BioC and genevisR and maftools
2
0
Entering edit mode
Bogdan ▴ 670
@bogdan-2367
Last seen 6 months ago
Palo Alto, CA, USA

Dear all, I am aiming to install 2 recent BioC packages, ie. GeneVisR and maftools on my Linux ubuntu machine, that runs : Bioconductor 3.2 (BiocInstaller 1.20.3), R 3.3.2 (2016-10-31).

The message I am getting is : 

"package ‘maftools’ is not available (for R version 3.3.2"

or 

"package ‘GeneVisR’ is not available (for R version 3.3.2)" 

Please, could you advise on how to install these packages ? if I need BioC 3.4, how shall I update from BioC 3.2. to 3.4 ?

The error message I am getting is :

>  biocLite("BiocUpgrade")
Error: Bioconductor version 3.2 cannot be upgraded with R version 3.3.2

genevisr maftools bioconductor biocinstaller • 1.9k views
ADD COMMENT
2
Entering edit mode
@james-w-macdonald-5106
Last seen 2 hours ago
United States

You have a complete mismatch between your Bioconductor and R versions. BioC 3.2 was intended for R-3.2.x

You should restart R, then do

source("https://www.bioconductor.org/biocLite.R")
biocLite()

Which should get you the correct version of BiocInstaller, which will then install the correct version of packages.

Also, do note that it's GenVisR, not GeneVisR.

ADD COMMENT
0
Entering edit mode
Bogdan ▴ 670
@bogdan-2367
Last seen 6 months ago
Palo Alto, CA, USA

Thank you James, will fix it ;) have a good weekend !

ADD COMMENT

Login before adding your answer.

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