美文网首页
R包下载安装时install.packages()无法安装的解决

R包下载安装时install.packages()无法安装的解决

作者: 生信小工厂 | 来源:发表于2020-05-29 15:20 被阅读0次

在安装R包的过程中,使用install.packages()时遇到问题无法安装,常显示为

package ‘XXX’ is not available (for R version X.X.X)
或
cannot open URL  http.....status was '404 not found'。

等形式,以下是一些解决方案
方法一:
https://blog.csdn.net/yepeng2007fei/article/details/76153021
方法二:
https://blog.csdn.net/bgk083/article/details/51104067

相关文章

网友评论

      本文标题:R包下载安装时install.packages()无法安装的解决

      本文链接:https://www.haomeiwen.com/subject/cjrxzhtx.html