damiendevienne / phylter

Detection of outlier genes and species in phylogenomics
https://damiendevienne.github.io/phylter
9 stars 5 forks source link

ERROR: several dependecis failed (not available for package ‘phylter’) #3

Closed Ofsm closed 2 years ago

Ofsm commented 2 years ago

Hi, I'm having an issue with the installation process. I'm using Rstudio in an Ubuntu 18.04 machine

I used the command, remotes::install_github("damiendevienne/phylter")

remotes::install_github("damiendevienne/phylter") Downloading GitHub repo damiendevienne/phylter@HEAD Installing 3 packages: RcppGSL, RcppZiggurat, Rfast Installing packages into ‘/home/oscarsaenz/R/x86_64-pc-linux-gnu-library/4.2’ (as ‘lib’ is unspecified)

The downloaded source packages are in ‘/tmp/Rtmp7cPBeo/downloaded_packages’ Running R CMD build...

Thanks you very much for the help!

Os.

damiendevienne commented 2 years ago

Hello, Apparently you are missing the libgsl library. Can you open a terminal and then type sudo apt install libgsl-dev

after that you can try to reinstall phylter and see what happens. Tell me!

damiendevienne commented 2 years ago

Seems to be solved with the advice given above.