R中采用devtools 安装github中的R软件包,遇到“ SSL connect error” 问题。
> devtools::install_github("bartongroup/proteusLabelFree") Downloading GitHub repo bartongroup/proteusLabelFree@master from URL https://api.github.com/repos/bartongroup/proteusLabelFree/zipball/master Error in curl::curl_fetch_memory(url, handle = handle) : SSL connect error
解决方案如下:
1. 从github 下载软件的zip 包
2. 采用devtools 从本地安装
devtools::install_local("proteusLabelFree-master")
通过本地安装,就可以解决该问题。
如果觉得我的文章对您有用,请随意打赏。你的支持将鼓励我继续创作!