创建文件 $Rhome/etc/Rprofile.site设置更新源
.libPaths()
local(
{
r <- getOption("repos")
r["CRAN"] <- "http://mirrors.aliyun.com/CRAN/"
options(repos=r)
})
备用镜像:
http://mirror.bjtu.edu.cn/cran/
http://mirrors.ustc.edu.cn/CRAN/
http://cran.cnr.berkeley.edu/
http://mirrors.xmu.edu.cn/CRAN/