更新R,大部分都推荐打开RGui跑一下下面代码
install.packages(“installr”)
library(installr)
updateR()
当报错时,大多是没有设置好镜像,可以采用以下
updateR(fast=TRUE,cran_mirror=“https://mirrors.tuna.tsinghua.edu.cn/CRAN/”)
#这里我选择用清华的镜像,大家可以选择自己喜欢的,离自己越近越好
#国内镜像列表如下
China
https://mirrors.tuna.tsinghua.edu.cn/CRAN/ TUNA Team, Tsinghua University
https://mirrors.bfsu.edu.cn/CRAN/ Beijing Foreign Studies University
https://mirrors.pku.edu.cn/CRAN/ Peking University
https://mirrors.ustc.edu.cn/CRAN/ University of Science and Technology of China
https://mirror-hk.koddos.net/CRAN/ KoDDoS in Hong Kong
https://mirrors.e-ducation.cn/CRAN/ Elite Education
https://mirror.lzu.edu.cn/CRAN/ Lanzhou University Open Source Society
https://mirrors.nju.edu.cn/CRAN/ eScience Center, Nanjing Univers
用updateR()更新R出错时Error in file(con, “r“) : 无法打开链结
最新推荐文章于 2024-08-16 11:32:35 发布
在尝试使用`updateR()`更新R时遇到错误,通常由于未正确设置镜像导致。可以通过指定如清华大学的CRAN镜像来解决,例如`updateR(fast=TRUE, cran_mirror="https://mirrors.tuna.tsinghua.edu.cn/CRAN/")`。此外,列出了一系列中国的CRAN镜像供用户选择,确保选择离所在地最近的以提高更新速度。"
102958164,9083256,Python3全栈:hashlib加密模块详解,"['Python开发', 'Python基础', 'Python模块', '数据加密', '安全']
摘要由CSDN通过智能技术生成