jgx65 / hierfstat

the hierfstat package
24 stars 14 forks source link

Cannot install package... #45

Closed dylanHco closed 3 years ago

dylanHco commented 3 years ago

Anyone else experiencing this issue? Was the package recently removed?

Error: Failed to install 'hierfstat' from GitHub: (converted from warning) installation of package 'units' had non-zero exit status

Thanks for any suggestions. -Dylan

jgx65 commented 3 years ago

from the error message, the problem seems to be coming from the units package. I often find it easier not to update the packages install_github asks to update.

dylanHco commented 3 years ago

Hi Jerome,

Thanks for the advice! I have gotten this error many times before, and never realized it was due to the 'units' package... I was able to install hierfstat with install.packages. I think partly my issue, I am using R with Jupyter notebooks, and it does allow me to respond when it asks which packages I want to install. I think I actually figured out a solution to this as well. I can install the package thru terminal, and just load the library on jupyter. Thanks for your comment!

-Dylan