0

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?

Jona187
  • 55
  • 5

1 Answers1

0

This does not work. I was able to setup socat and get things working. Thx for the post.

Jona187
  • 55
  • 5