biocLite R Version
2
0
Entering edit mode
jmagomez • 0
@jmagomez-24342
Last seen 3.5 years ago

Dear Fellows, . I have tried to download biocLite, but I am not able to do this task

I received this: Warning message: package ‘biocLite’ is not available (for R version 4.0.2)

I have already downloaded

if (!requireNamespace("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install(version = "3.12")
BiocManager::install("biocLite")
BiocManager::install()

Do you know when I could install biocLite at R.4.0.2?

Thanks a lot! Best Regards.

biocLite • 16k views
ADD COMMENT
2
Entering edit mode
@marcel-ramos-7325
Last seen 8 days ago
United States

BiocManager has replaced the old biocLite script for versions R >= 3.5.0. Please use BiocManager::install to install Bioconductor packages.

We strongly recommend that users keep their R versions up-to-date (4.0.2 / 4.0.3).

For legacy reasons, the biocLite.R script is still available but only for older R versions. See this link for details: http://bioconductor.org/install/#Legacy

ADD COMMENT
1
Entering edit mode
@laurent-gatto-5645
Last seen 3 days ago
Belgium

BiocManager::install("biocLite") would be the command used to install a package biocLite, but there is no biocLite package. biocLite is the name of the installer function a long time ago. All the other lines you ran are correct.

ADD COMMENT

Login before adding your answer.

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