Entering edit mode
romanowska.j
▴
10
@romanowskaj-20711
Last seen 5.6 years ago
Hi, I have been using bioconductor for a while now, but today suddenly I got this error message when trying to run BiocManager::install()
Error: Bioconductor version '3.8' requires R version '3.5'; see https://bioconductor.org/install
I have R 3.6, so I have no idea why this error appears. I've also re-installed BiocManager, but this didn't help.
I am having the same problems after installing R 3.6. BiocManager version is 3.9 but I am unable to upgrade any bioconductor package. Even using BiocUpgrade fails.
You do not need to use
source("https://bioconductor.org/biocLite.R")
orbiocLite()
any more - these have been been deprecated for a while now.There's more information at http://bioconductor.org/install/ but to summarise you can install a package using
BiocManager::install()
e.g.biocLite is used for the R older version of R (<3.5).
Thanks, I've actually restarted my PC and tried re-installing once more and it worked. Sometimes one just needs to tell the problem out loud and the solution appears ;)