我正在尝试使用SparkR
R 中的包。我有所有依赖包,如devtools
,Rtools.exe
等。
当我尝试以下命令时:
install_github("amplab-extras/SparkR-pkg",subdir="pkg")
我收到以下错误:
Downloading github repo amplab-extras/SparkR-pkg@master
Error in function (type, msg, asError = TRUE ) :
Received HTTP code 403 from proxy after CONNECT
为了解决这个问题,我设置了一个有效的 http_proxy、https_proxy,但它不工作并抛出上述错误。我是 R/RStudio 的新手。