R包下载安装时install.packages()无法安装的解决
2020-05-29 本文已影响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