Py学习  »  Git

【r<-方案】如果不能使用install_github()该怎么办?

王诗翔 • 5 年前 • 471 次点击  

在服务器安装maftools包时报错:

> devtools::install_github("PoisonAlien/maftools")
Installation failed: error setting certificate verify locations:
  CAfile: microsoft-r-cacert.pem
  CApath: none

stackoverflow上不少人说重装RCurl包即可,但没有解决。

系统是CentOS,没有root权限,用另外一种方法——即本地安装,来跳过install_github()环节。

先使用git clone克隆安装包,然后R CMD build 包名进行构建,然后R CMD install 包名.tar.gz进行安装。


今天看啥 - 高品质阅读平台
本文地址:http://www.jintiankansha.me/t/zMHcrrdTcX
Python社区是高质量的Python/Django开发社区
本文地址:http://www.python88.com/topic/11603
 
471 次点击