BiocManager::install() update change from biocLite()
0
0
Entering edit mode
@howarthmailinglists-13534
Last seen 4.5 years ago

The behavior of BiocManager::install() for updates seems to have changed from biocLite(). Specifically, when biocLite() was executed under 'sudo R', any system R packages installed in /usr/lib/R were offered to be upgraded in /usr/local/lib/R. The new BiocManager::install() defaults to installing these in /usr/lib/R and overwriting the system copies of those packages. Is there an option that can be set that restores the prior behavior that installed any system R packages being upgraded into /usr/local/lib/R rather than overwriting the packaged copies in /usr/lib/R?

BiocManager • 812 views
ADD COMMENT
0
Entering edit mode

You might have success with BiocManager::install(instlib='/usr/local/lib/R'); please report back.

ADD REPLY

Login before adding your answer.

Traffic: 794 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