EP
EP
I don't think adding `httr` as a dependency is the right course of action here. The package should work fine with a corporate proxy as long as you set your...
Yeah, I got an email that it would get archived unless I fixed a unit test that was failing on Solaris. I thought I’d fixed it, only to learn that...
I'm trying to find out why this was actually archived. As mentioned, I got an email about a unit test failing on Solaris, but my patch was accepted and was...
I can indeed reproduce this, and your suggested fix seems reasonable. A PR would be much appreciated.
You probably have to first get the regional IDs and then just do a bit of string interpolation. The example below retrieves disposable income (on PPP basis) for all Swedish...
You could also try to leave the dimension empty in the query, e.g. ```r df
I think https://github.com/expersso/OECD/commit/728ed21abd786d2147e6aedd974e494b3bd968e3 should have fixed it. Would you mind giving it a try?
I have the same issue. I asked about it and give more details [here](https://stackoverflow.com/questions/46200923/setting-curl-proxy-options-in-r). My `CURL_CA_BUNDLE` is not set and `readLines(curl::curl("https://httpbin.org/get"))` gives the same error message (works for http). @digital212...
I tried @jeroen's solution, but had identical results as @digital212. Since I've already set my proxy environment variables manually, @chinsoon12's solution also doesn't work. If it's of any help, `curl::ie_proxy_info()$Proxy`...
I get my correct proxy settings. Here's my sessionInfo: ``` > sessionInfo() R version 3.4.1 (2017-06-30) Platform: i386-w64-mingw32/i386 (32-bit) Running under: Windows 7 x64 (build 7601) Service Pack 1 Matrix...