I'm looking for the environment vars to make R use the following packages with a sock5 proxy.
install.packages("RPostgres") library(DBI)
Normally with http/https I can pass the http_proxy or https_proxy vars. How would you force a sock5 proxy?
I'm looking for the environment vars to make R use the following packages with a sock5 proxy.
install.packages("RPostgres") library(DBI)
Normally with http/https I can pass the http_proxy or https_proxy vars. How would you force a sock5 proxy?