quandl / quandl-r

This is Quandl's R Package
https://cran.r-project.org/web/packages/Quandl/
Other
139 stars 55 forks source link

Provide the user with a curl handle parameter to pass on to RCurl #16

Closed juancentro closed 9 years ago

RaymondMcT commented 10 years ago

I modified your pull request a bit so that you do not need to pass your curl parameter with every function call. Just set Quandl.curlopts(curl) passing it your options, and all subsequent Quandl calls in that session will use those curl settings. It is in the develop branch right now. Does this solve your problem?

juancentro commented 10 years ago

This solves it. However

On Tue, Apr 1, 2014 at 4:58 PM, RaymondMcT notifications@github.com wrote:

I modified your pull request a bit so that you do not need to pass your curl parameter with every function call. Just set Quandl.curlopts(curl) passing it your options, and all subsequent Quandl calls in that session will use those curl settings. It is in the develop branch right now. Does this solve your problem?

Reply to this email directly or view it on GitHubhttps://github.com/quandl/R-package/pull/16#issuecomment-39251300 .

dmpe commented 9 years ago

Hi @juancentro , This can be now closed as @RaymondMcT has switched over to the https://github.com/hadley/httr