CRAN (The Comprehensive R Archive Network) 是 R 语言的代码和文档的镜像源。
镜像源配置文件之一是 .Rprofile (linux 下位于 ~/.Rprofile)在文末添加如下语句:
.Rprofile
~/.Rprofile
options("repos" = c(CRAN="https://mirrors.aliyun.com/CRAN/"))
打开 R 即可使用该 CRAN 镜像源安装 R 软件包。
阿里巴巴镜像站技术社区
云计算
云原生
开发与运维
人工智能
大数据
数据库