phyloseq package installation problem in RStudio
1
0
Entering edit mode
@thomazella16-21368
Last seen 4.8 years ago

I am trying to install the phyloseq package from Bioconductor in my RStudio, but always shows the error message "installation path not writable: boot". May someone give me some help with that?

I have used the following command to install the package in RStudio:

if (!requireNamespace("BiocManager", quietly = TRUE)) install.packages("BiocManager") BiocManager::install("phyloseq")

By the end, the error message is shown: "installation path not writable: boot"

Thank you all!

software error • 1.3k views
ADD COMMENT
0
Entering edit mode

This sounds like a warning and not an error. Can you load the package

library(phyloseq)

?

ADD REPLY
1
Entering edit mode
Axel Klenk ★ 1.0k
@axel-klenk-3224
Last seen 4 hours ago
UPF, Barcelona, Spain

This is not about 'phyloseq' but about package 'boot' that comes with R and, depending on your installation, may require admin permissions to update. Try running R with 'sudo' or 'as admin' or whatever necessary on your OS; you should be able to update package 'boot' and the message should disappear in ordinary R sessions...

ADD COMMENT

Login before adding your answer.

Traffic: 1022 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6