Error: Bioconductor version cannot be validated; no internet c如果R安装包连不上网onnection?

如果在R安装包的时候遇见Error: Bioconductor version cannot be validated; no internet,如何解决?

在安装前输入如下命令即可:

options(download.file.method = 'libcurl')
options(url.method='libcurl')

搞定!!!

你可能感兴趣的:(Error: Bioconductor version cannot be validated; no internet c如果R安装包连不上网onnection?)