美文网首页
解决package'' is not available(for

解决package'' is not available(for

作者: shenghaishxt | 来源:发表于2019-03-04 19:27 被阅读0次

本文来自我的个人博客 https://www.zhangshenghai.com/posts/8933/

在R中使用 install.packages(" ")的时候有时会提示 package'' is not available(for R version 3.4.1),此时可使用以下的代码安装:

source("http://bioconductor.org/biocLite.R")
biocLite(" ")

相关文章

网友评论

      本文标题:解决package'' is not available(for

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