DESeq2 installation issue
1
0
Entering edit mode
@erictrezel-22170
Last seen 4.5 years ago

Hi,

I'm trying to install DESeq2 on my R-server (vers. 3.6.1), and it fails with :

> BiocManager::install("DESeq2")
Erreur : .onLoad a échoué dans loadNamespace() pour 'BiocManager', détails :
  appel : NULL
  erreur : Bioconductor version '3.8' requires R version '3.5'; see
  https://bioconductor.org/install

I first did what explained at : https://bioconductor.org/install/
if (!requireNamespace("BiocManager", quietly = TRUE))
    install.packages("BiocManager")

Am I missing something ?...

Thank for your help Regards E.T.

deseq2 • 461 views
ADD COMMENT
0
Entering edit mode
@martin-morgan-1513
Last seen 1 hour ago
United States

You have a version of the package 'BiocVersion' installed from a previous R installation; probably you updated R but re-used the old library. Please see the BiocManager vignette on options to use a separate library for your new R installation (recommended) or update all packages to the version of Bioconductor appropriate for your version of R.

ADD COMMENT

Login before adding your answer.

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