【发布时间】:2020-04-19 03:16:56
【问题描述】:
我在将 sleuth 安装到 R 工作室时遇到问题。我已经尝试使用 Stockoverflow 中建议的方法进行故障排除,标题为“安装路径不可写 R,无法更新软件包”(链接:installation path not writable R, unable to update packages)。我不断收到以下错误。
错误信息:
Bioconductor version 3.10 (BiocManager 1.30.10), R 3.6.1 (2019-07-05)
Installation path not writeable, unable to update packages: boot, class, foreign, KernSmooth, lattice,
MASS, Matrix, mgcv, nlme, nnet
Old packages: 'isoband', 'purrr', 'RcppArmadillo', 'RCurl', 'reshape2', 'survival'
Update all/some/none? [a/s/n]:
BiocManager::install("devtools") # only if devtools not yet installed
Update all/some/none? [a/s/n]:
BiocManager::install("pachterlab/sleuth")
Update all/some/none? [a/s/n]:
当我输入这段代码时:
if (!requireNamespace("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install()
BiocManager::install("devtools") # only if devtools not yet installed
BiocManager::install("pachterlab/sleuth")
感谢您的帮助!
【问题讨论】:
标签: bioconductor