Problem for loading Bioconductor package in R
1
0
Entering edit mode
araaaju • 0
@araaaju-22923
Last seen 4.2 years ago
Pune, Maharashtra

Hi, Bioconductor version 3.8 (BiocInstaller 1.32.1), ?biocLite for help Warning message: 'BiocInstaller' and 'biocLite()' are deprecated, use the 'BiocManager' CRAN package instead. > if (!requireNamespace("BiocManager", quietly = TRUE)) + install.packages("BiocManager") > BiocManager::install("BiocInstaller", version = "3.8") Bioconductor version 3.8 (BiocManager 1.30.4), R 3.5.2 (2018-12-20) Installing package(s) 'BiocInstaller' Warning: package ‘BiocInstaller’ is in use and IELTS Classes will not be installed installation path not writeable, unable to update packages: class, codetools. Any Help ?

Need Suggestions.

Bioconductor • 890 views
ADD COMMENT
0
Entering edit mode
Kevin Blighe ★ 3.9k
@kevin
Last seen 8 days ago
Republic of Ireland

Your post's formatting makes it difficult to read. Make better use of the 'code' button, 101 010, if at all possible.

It looks like you are trying to run these series of commands:

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

BiocManager::install("BiocInstaller", version = "3.8")

...with resulting output:

Bioconductor version 3.8 (BiocManager 1.30.4), R 3.5.2 (2018-12-20)
Installing package(s) 'BiocInstaller' Warning: package ‘BiocInstaller’ is in use and IELTS Classes will not be installed installation path not writeable, unable to update packages: class, codetools.

What are you ultimately trying to do? BiocInstaller was deprecated in Bioc 3.9; nevertheless, it should already be installed in your current R version [you are using an older version of both R and Bioc]. It may be advisable to update your R version to >3.6. All packages are now installed via BiocManager().

Kevin

ADD COMMENT

Login before adding your answer.

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