Error when install bioconductor on Mac 10.12 Sierra
1
0
Entering edit mode
@thatwasfunny-18508
Last seen 5.4 years ago

I'm trying to install Bioconductor on my Mac (10.12 Sierra).  I'm following the instructions here.  I installed R successfully (version 3.4.3) and then typed...

if (!requireNamespace("BiocManager"))
    install.packages("BiocManager")
BiocManager::install()

 

When I type this command I get...

 

Selection: 60

Warning message:

package ‘BiocManager’ is not available (for R version 3.4.3)

> if (!requireNamespace("BiocManager"))

  •     install.packages("BiocManager")

Loading required namespace: BiocManager

Failed with error:  ‘there is no package called ‘BiocManager’’

Warning message:

package ‘BiocManager’ is not available (for R version 3.4.3)

> BiocManager::install()

 

Is Bioconductor really not available for version 3.4.3?

installation • 981 views
ADD COMMENT
0
Entering edit mode
@martin-morgan-1513
Last seen 2 days ago
United States

Your version of R is too old for BiocManager; you'll want to use

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

 

ADD COMMENT

Login before adding your answer.

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