R包国内镜像设置

命令行设置R更新源 建立文件 R.home()/etc/Rprofile.sitelinux 设置更新源函数 local({r <- getOption("repos") r["CRAN"] <- "http://mirrors.aliyun.com/CRAN/" r["CRANextra"] <- "http://mirrors.aliyun.com/CRAN/"
相关文章
相关标签/搜索