Sign up to take part
Registered users can ask their own questions, contribute to discussions, and be part of the Community!
Added on June 10, 2015 2:35AM
Likes: 1
Replies: 1
You need to tell R about the proxy, this way:
Sys.setenv("ftp_proxy"="http://fproxy.example.local:4242/")
Sys.setenv("http_proxy"="http://proxy.example.local:4242/")
Note that you might need to issue those commands in a fresh R session, before any install.package() attempt. Then install.package() should work.