解决package'' is not available(for
2019-03-04 本文已影响0人
shenghaishxt
本文来自我的个人博客 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(" ")