seancarmody / ngramr

R package to query the Google Ngram Viewer
Other
48 stars 9 forks source link

Proxy problems #20

Closed seancarmody closed 4 years ago

seancarmody commented 10 years ago

With the change to using RCurl to access the Google SSL pages, ngramr no longer works behind a proxy. Need to add options to configure the proxy.

imanuelcostigan commented 10 years ago

The solution (in part, or whole) might lie in packrat's download() function. Its a wrapper for download.file() that deals with https...

seancarmody commented 4 years ago

No longer a problem with the current version of httr