BioConductor Mirror
The following guide will allow users to download R packages from BioConductor by connecting to a trusted mirror from a Linux workstation
BIOCONDUCTOR_ONLINE_VERSION_DIAGNOSIS = FALSE
install.packages("BiocManager")1) Would you like to use a personal library instead?
2) Would you like to use a personal library "C:\Users\"....BiocManager::install(c("<package>"))Troubleshooting
BiocManager::install(c("<package1>", "<package2>"))options(
repos = "http://cran.services.brown.edu",
BioC_mirror = "http://bioc.services.brown.edu"
)Last updated
Was this helpful?