![](https://img.haomeiwen.com/i19796201/40e412b8e021e17f.png)
在安装ballgown时显示Matrix、survival 不能更新
解决方法
sudo R
options(repos=structure(c(CRAN="https://mirrors.tuna.tsinghua.edu.cn/CRAN/"))) #修改R的安装源,下载速度更快
update.packages()
![](https://img.haomeiwen.com/i19796201/8545f90c47972a3c.png)
会询问你是否升级,yes后成功更新
在安装ballgown时显示Matrix、survival 不能更新
解决方法
sudo R
options(repos=structure(c(CRAN="https://mirrors.tuna.tsinghua.edu.cn/CRAN/"))) #修改R的安装源,下载速度更快
update.packages()
会询问你是否升级,yes后成功更新
本文标题:R中安装问题Matrix、survival 不能更新
本文链接:https://www.haomeiwen.com/subject/krglgctx.html
网友评论