Entering edit mode
eric.trezel
•
0
@erictrezel-22170
Last seen 5.1 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.