Entering edit mode
3.6 years ago
xxxxxxxx
▴
20
While installing BiocLite
source('https://bioconductor.org/biocLite.R')
Getting error like this-
Error: With R version 3.5 or greater, install Bioconductor packages
using BiocManager; see https://bioconductor.org/install
While following the script given in https://bioconductor.org/install, I'm getting again error like this-
'getOption("repos")' replaces Bioconductor standard repositories, see
'?repositories' for details
replacement repositories:
CRAN: https://cran.rstudio.com/
Bioconductor version 3.12 (BiocManager 1.30.12), R 4.0.5 (2021-03-31)
How to install BiocLite in R version 4.0.5?
Please do not delete posts once they receive a comment/answer. Accept the answer (green check mark) below if it has solved your problem.