1, 出现Error in readRDS(file) : error reading from the connection错误。
出现的原因,安装过程中死机,导致安装不完整。
解决办法,
在R当中
> .libPaths() [1] "/usr/local/lib64/R/library" |
进入/usr/local/lib64/R/library下删除最新安装的所有library。将BiocInstaller也删除掉。然后再使用
> source("http://bioconductor.org/biocLite.R") biocLite() |
就可以了。
2,出现Warning: unable to access index for repository http://software.rc.fas.harvard.edu/mirrors/R/src/contrib
使用chooseCRANmirror()重选一下即可。