美文网首页
R包安装报错,总提示连不上网

R包安装报错,总提示连不上网

作者: 裁尘的人儿 | 来源:发表于2019-10-14 21:19 被阅读0次

Warning: unable to access index for repository https://bioconductor.org/packages/3.8/bioc/src/contrib:
cannot open URL 'https://bioconductor.org/packages/3.8/bioc/src/contrib/PACKAGES'

解决方法:
It was a problem of download method with my freshly compiled R.
After setting up the download method to "wget" , I was able to use the install.package to download and install BioC:
options("download.file.method"="wget")

相关文章

网友评论

      本文标题:R包安装报错,总提示连不上网

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