mikemc / speedyseq

Speedy versions of phyloseq functions
https://mikemc.github.io/speedyseq/
Other
45 stars 6 forks source link

Package Download Issue #28

Closed erin-d closed 4 years ago

erin-d commented 4 years ago

Hi, I am having issues installing this package. I have installed the packages remotes and used the call ‘remotes::install_github("mikemc/speedyseq”)’ to download. I have R version 3.5.2 and phyloseq version 1.26.1

I get the following error:

Do you have any insight into this error to help me resolve it or is there another way to install this package?

mikemc commented 4 years ago

Hi @erin-d, can you confirm that you are able to load phyloseq with library(phyloseq) without any errors? If not, then getting that fixed by reinstalling phyloseq (may require reinstalling dependencies like vegan as well) so that you are able to load phyloseq should do the trick. Otherwise I will try to see if I'm able to install speedyseq on R 3.5.1 tomorrow (this is an older R and phyloseq version than what I've tested with recently)

mikemc commented 4 years ago

I was able to successfully install Bioconductor 3.8, phyloseq 1.26.1, and the lastest speedyseq in R 3.5.1 on our Ubuntu Linux server, so I suspect this is an issue with your phyloseq install getting messed up after some package updates or something similar and will hopefully be fixed if you can reinstall phyloseq.

erin-d commented 4 years ago

Thank you! Its seem to work now after reinstallation of phyloseq!