Installing Bioconductor
1
0
Entering edit mode
@cbb0ce5c
Last seen 8 weeks ago
India

I am trying to install Bioconductor version 3.16 in R 4.2.3 in Linux cluster. However I encounter the below issue


> if (!require("BiocManager", quietly = TRUE))
+     install.packages("BiocManager")
Bioconductor version 3.16 (BiocManager 1.30.23), R 4.2.3 (2023-03-15)
Bioconductor version '3.16' is out-of-date; the current release version '3.19'
  is available with R version '4.4'; see https://bioconductor.org/install
Bioconductor • 293 views
ADD COMMENT
0
Entering edit mode

Is this a issue or a warning? From what I read it only tells you that you are not using the latest version of R with the latest Bioconductor release. If you want to keep that R version you can keep using Bioconductor 3.16

ADD REPLY
0
Entering edit mode
@d215cb6b
Last seen 37 minutes ago
France

Hello,

I suppose that you need to update your BiocManager, so precise the version you need:

if (!require("BiocManager", quietly = TRUE))
    install.packages("BiocManager")
BiocManager::install(version = "3.19")

Best regards,

Vincent

ADD COMMENT

Login before adding your answer.

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