if (FALSE) {
# Set all mirrors to tuna (default):
set_mirror()
# Set only CRAN mirror:
set_mirror("cran", "westlake")
# Set only Bioconductor mirror:
set_mirror("bioc", "ustc")
# Check current settings:
getOption("repos")
getOption("BioC_mirror")
}
Run the code above in your browser using DataLab