compatibility of R-BioC for Mac OS X Yosemite?
2
0
Entering edit mode
dnaseq ▴ 10
@dnaseq-4352
Last seen 8.8 years ago
United States

 

Hi,

Can someone tell me if the newest version of R (3.2.0) and the newest version of BioC (Bioconductor version 3.1 (BiocInstaller 1.18.2)) work for Mac OS X Yosemite? I got an error --Error in as.character(tools:::.BioC_version_associated_with_R_version) : 
  cannot coerce type 'closure' to vector of type 'character' every time I try to update my packages.

 

 

 

software error • 1.3k views
ADD COMMENT
3
Entering edit mode
Dan Tenenbaum ★ 8.2k
@dan-tenenbaum-4256
Last seen 3.2 years ago
United States

Bioconductor works fine on Yosemite. The problem is you have an older version of BiocInstaller, so do this:

Start R as follows: R --vanilla

Then:

remove.packages("BiocInstaller")
source("http://bioconductor.org/biocLite.R")

That should clear things up and allow you to update/install packages.

 

ADD COMMENT
0
Entering edit mode
dnaseq ▴ 10
@dnaseq-4352
Last seen 8.8 years ago
United States

 

Hi Dan, Thanks for your help. Can you show me further how to start R with vanilla? I have been running R in console which does not provide an alternative way of starting, as least not known to me. Thanks, Wing

 

 

ADD COMMENT
0
Entering edit mode

When you launch R from the terminal, instead of typing just R<enter> to launch R, type R --vanilla<enter>

ADD REPLY

Login before adding your answer.

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