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")
}
# \donttest{
# Quick demo - view current mirror settings:
getOption("repos")
getOption("BioC_mirror")
# }
Run the code above in your browser using DataLab