Entering edit mode
Hello, I am trying to install 'phyloseq' and followed the instructions I found on the web. However, I did not successfully get 'phyloseq' installed. I would be grateful for suggestions. Thanks a lot, Ina
> if (!requireNamespace("BiocManager", quietly = TRUE))
+ + install.packages("BiocManager")
> BiocManager::install("phyloseq")
Bioconductor version 3.13 (BiocManager 1.30.16), R 4.1.0 (2021-05-18)
Warning message:
package(s) not installed when version(s) same as current; use `force = TRUE` to re-install: 'phyloseq'
> BiocManager::install("phyloseq", force=TRUE)
Bioconductor version 3.13 (BiocManager 1.30.16), R 4.1.0 (2021-05-18)
Installing package(s) 'phyloseq'
trying URL 'https://bioconductor.org/packages/3.13/bioc/bin/macosx/contrib/4.1/phyloseq_1.36.0.tgz'
Content type 'application/x-gzip' length 5994111 bytes (5.7 MB)
==================================================
downloaded 5.7 M
The downloaded binary packages are in
/var/folders/g_/fg05t4s95z7f8b7l24k3rtnc0000gn/T//RtmpFc8O9O/downloaded_packages
> library(phyloseq)
Error: package or namespace load failed for ‘phyloseq’ in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]):
there is no package called ‘GenomeInfoDbData’
--- Please select a CRAN mirror for use in this session --- Warning message: package ‘GenomeInfoDbData’ is not available for this version of R
A version of this package for your version of R might be available elsewhere, see the ideas at https://cran.r-project.org/doc/manuals/r-patched/R-admin.html#Installing-packages
GenomeInfoDbData is a Bioconductor package. Please use Bioconductor installation
BiocManager::install("GenomeInfoDbData")
and report any ERRORsHello, I used the code to install 'GenomeInfoDbData' from Bioconductor- which worked. Then I tried to install 'phyloseq' from Bioconductor as well and was asked to include 'force=TRUE' in my code. Did that and I was able to install 'phyloseq' from Bioconductor. See the details below. THANK YOU VERY MUCH FOR ALL YOUR HELP!!!!!!! Ina
Great, thanks for the feedback, Ina