Problems about installation
0
0
Entering edit mode
Jiafy3999 • 0
@b335eb87
Last seen 2.3 years ago
China
> if (!require("BiocManager", quietly = TRUE))
+     install.packages("BiocManager")
Bioconductor version 3.14 (BiocManager 1.30.16), R 4.1.2 (2021-11-01)
> BiocManager::install(version = "3.14")
'getOption("repos")' replaces Bioconductor standard repositories, see
'?repositories' for details

replacement repositories:
    CRAN: https://mirrors.tongji.edu.cn/CRAN

Bioconductor version 3.14 (BiocManager 1.30.16), R 4.1.2 (2021-11-01)
Installation paths not writeable, unable to update packages
  path: C:/Program Files/R/R-4.1.2/library
  packages:
    Matrix
hguqiagenv3.db • 4.8k views
ADD COMMENT
0
Entering edit mode

Installation paths not writeable, unable to update packages means you do not have permissions to update that package in its default location. perhaps R was installed by an admin? You can create your own installation directory in a path you do have permissions by using the lib argument or setting an R_LIBS environment variable. The installation paths that R will try to use will be listed in order of the list produced by .libPaths() in R.

ADD REPLY

Login before adding your answer.

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