error in sourcing biocLite: Error in get(".BioC_version_associated_with_R_version", envir = asNamespace("tools")
0
0
Entering edit mode
@melanieshook-7592
Last seen 9.0 years ago
United States

I'm using R version 3.1.3 (smooth sidewalk) in Mac OSX Yosemite. When I enter the command:

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

I get the following error:

Error in get(".BioC_version_associated_with_R_version", envir = asNamespace("tools"),  : 

  unused arguments (".BioC_version_associated_with_R_version", envir = asNamespace("tools"), inherits = FALSE)

I was unable to find anything by searching the forums or reading the installation page. Does anyone know what is causing this error?

Thanks for any help.

 

bioclite • 1.5k views
ADD COMMENT
1
Entering edit mode

I wonder if you have another package loaded that is masking base::get(). Try starting R with:

R --vanilla

And then sourcing biocLite.R; does that work?

 

ADD REPLY
0
Entering edit mode

That worked! Thank you so much Dan.

ADD REPLY

Login before adding your answer.

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