larssnip / micropan

R package for microbial pangenomics
21 stars 0 forks source link

Installation fails #1

Closed iferres closed 4 years ago

iferres commented 6 years ago

Hi, I got the following when installing micropan: `> devtools::install_github('larssnip/micropan') Downloading GitHub repo larssnip/micropan@master from URL https://api.github.com/repos/larssnip/micropan/zipball/master Installing micropan '/usr/lib64/R/bin/R' --no-site-file --no-environ --no-save --no-restore --quiet CMD INSTALL \ '/tmp/RtmpEARWw2/devtools4815197462c8/larssnip-micropan-90d063a' \ --library='/home/user/R/x86_64-redhat-linux-gnu-library/3.3' --install-tests

Any idea on what's going on? I got a very similar message in a different computer. Thanks!

khliland commented 6 years ago

Hi iferres. The repository is not fully cleaned from extra local compilation files, which I suspect is the source of this error. I would recommend installing from CRAN instead for the time being. We will make sure to clean this up with coming updates. Best regards, khliland

iferres commented 6 years ago

Thanks Khliland, I tried using the CRAN version first but I notice that there's a bug on the hmmerScan() function, which you have already corrected on this repo. That's why I was trying to install this one. At the end I use the corrected version of the function (the one here) with the other functions available on the CRAN version of the package. Thanks for your time. Bests, Ignacio