我正在使用R中的neurobase包。在这个包中我需要从github下载其他包然后,我将使用devtools并得到错误。
> devtools::install_github("muschellij2/ms.lesion")
Installation failed: error setting certificate verify locations:
CAfile: microsoft-r-cacert.pem
CApath: none
我正在使用Ubuntu 16.04,微软R-3.4.3,RCurl-1.95.4.9
已经重新安装了libcurl4-openssl-dev,libssl-dev 使用此代码
sudo apt-get install libcurl4-openssl-dev
sudo apt-get install libssl-dev