Skip to content
Prev 166578 / 398502 Next

R version requires Bioconductor 2.3 version

Andreas Scherer wrote:
This is not "support", but the R-help mailing list.
Please do read docuemntation on how to upgrade R and contributed 
packages such as those from the Bioconductor project.
So you installed by overwriting some older version?
Anyway, for the Bioconductor project, see
http://www.Bioconductor.org
which has its own mailing list.

You can choose the BioC Repositories from your R GUI and run, for example,

update.packages(checkBuilt=TRUE)

afterwards, which will upgrade your outdated CRAN and BioC packages.

Uwe Ligges