Haplotypes package

Hi, I'm a new user. I just want to install "haplotypes" package but I received the message below. What should I do?

Hata: package or namespace load failed for ‘haplotypes’ in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]):
there is no package called ‘ape’
Ek olarak: Warning message:
package ‘haplotypes’ was built under R version 3.5.2

Install the missing package dependency

install.packages("ape") 

Thanks a lot but I tried to install "ape" but there isn't :frowning:

Warning in install.packages :
installation of package ‘ape’ had non-zero exit status

Please post the whole message you get, you are omitting the important parts.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.