Install R package behind the proxy


Sys.setenv(http_proxy="http://username:PASSWORD@proxyurl:8080")

install.packages("RPostgreSQL", dependencies=TRUE)

No comments:

Post a Comment

Please share your views and comments below.

Thank You.