在Home目录下增加/修改.Rprofile文件(或在$R_HOME/etc下增加Rprofile.site文件),在文件最后加上镜像设置:
options(BioC_mirror="https://mirrors.tuna.tsinghua.edu.cn/bioconductor")
再次打开R或RStudio即可生效。
另:
# Bioconductor设置为中科大的镜像
options(BioC_mirror="http://mirrors.ustc.edu.cn/bioc/")
# CRAN设置成清华大学的镜像
options(repos = c(CRAN="https://mirrors.tuna.tsinghua.edu.cn/CRAN/"))