Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/blackberry/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/javascript/409.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
R 如何从';github';使用';开发工具&x27;_R_Devtools - Fatal编程技术网

R 如何从';github';使用';开发工具&x27;

R 如何从';github';使用';开发工具&x27;,r,devtools,R,Devtools,我在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、mi

我在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、microsoft 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

见和。简而言之,您需要设置环境变量Sys.getenv(http_proxy=“mycompanyproxy:8080”);Sys.getenv(https_proxy=“mycompanyproxy:8080”)与和Hmm相关。。我想它需要代理设置,你能帮我一个忙吗
>ie_proxy_info()
NULL
您不能在Linux上使用该函数。它只适用于Windows。您将需要IT为您提供代理或从浏览器获取代理