The goal is to correctly test the various possible proxy configurations under windows
and use those settings in the curl
package.
Install the latest version of the curl
package:
install.packages("curl")
stopifnot(packageVersion("curl") >= "0.9.2")