CRAN镜像配置百度源
作者:ggggggdddlff2026.06.04 17:56浏览量:22简介:
概述
CRAN(The Comprehensive R Archive Network)是R语言的代码和文档的镜像源。
下载地址:http://mirrors.baidubce.com/CRAN/
配置方法
镜像源配置文件之一是 .Rprofile (linux 下位于 ~/.Rprofile)在文末添加如下语句:
options("repos" = c(CRAN="https://mirrors.aliyun.com/CRAN/"))
打开R即可使用该CRAN镜像源安装R软件包。
相关文章推荐
发表评论
活动

登录后可评论,请前往 登录 或 注册