How to configure an http proxy in Rstudio ?
I see this : https://support.rstudio.com/hc/en-us/articles/200488488-Configuring-R-to-Use-an-HTTP-Proxy
Do I just need to copy and paste these lines: "http_proxy=http://proxy.dom.com/ http_proxy_user=user:passwd " with adapted user name and password in the Rcmd_environ file ?
Is there a way to configure the proxy from Rstudio options ? Thanks