无法安装R程序包
Posted aongao
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了无法安装R程序包相关的知识,希望对你有一定的参考价值。
如题,使用insatll.packages("cluster")安装包时,会出现如下错误提示。
Warning: unable to access index for repository https://mirror.lzu.edu.cn/CRAN/src/contrib:
cannot open URL ‘https://mirror.lzu.edu.cn/CRAN/src/contrib/PACKAGES‘
Warning: unable to access index for repository https://mirror.lzu.edu.cn/CRAN/bin/windows/contrib/3.4:
cannot open URL ‘https://mirror.lzu.edu.cn/CRAN/bin/windows/contrib/3.4/PACKAGES‘
Warning message:
package ‘cluster’ is not available (for R version 3.4.1)
解决方法:如果已经使用了管理员用户权限登录并且已经在网上尝试过其他方法仍不解决的话,可以尝试选择其他镜像路径
>>chooseCRANmirror()
例如选择UK(Bristol)[https]
祝君问题早日解决。
以上是关于无法安装R程序包的主要内容,如果未能解决你的问题,请参考以下文章