After updating from R R3.0.2 to R 3.3.1 it is not possible to connect to cran for package install over a proxy using Rgui.exe anymore. Same problem with RStudio.
HTTP status was '407 Proxy Authentication Required
I set the system environment variables http_proxy
and https_proxy
and controlled settings via Sys.getenv("http_proxy")
. I also checked firewall settings. Has there anything changed between R3.0.2 and R3.3.1 which complicates the use of a proxy?