Bioconductor Mirror
Instructions
Run this command in your bash shell before running R
export BIOCONDUCTOR_ONLINE_VERSION_DIAGNOSIS = FALSE
If Bioconductor is not installed, run
install.packages("BiocManager",repos="http://cran.services.brown.edu")
You may have to quit R and open it again after installing Bioconductor
To install a single package
biocmanager::install("YourPackage", site_repository = "http://bioc.services.brown.edu")
To install several packages in the same session
options(BioC_mirror = "http://bioc.services.brown.edu")
biocmanager::install("YourPackage")
Last updated
Was this helpful?