I am trying to use the SparkR
package in R. I have all dependent packages like devtools
, Rtools.exe
, etc.
When I try the following command:
install_github("amplab-extras/SparkR-pkg",subdir="pkg")
I get the following error:
Downloading github repo amplab-extras/SparkR-pkg@master
Error in function (type, msg, asError = TRUE ) :
Received HTTP code 403 from proxy after CONNECT
To solve this I have set a working http_proxy, https_proxy but it is not working and throws above error. I am new to R/RStudio.