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

2019-10-14  本文已影响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")

上一篇 下一篇

猜你喜欢

热点阅读