-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Eurostat forces the use of https #123
Comments
A more flexible alternative would be to make this An option can be set at package start-up, using the
The option can then be retrieved with:
Only 3 files would have to be changed:
In those 3 files, the call to |
I like the latter option ("options"). Could you PR that one? |
Great! I think we should update to CRAN soon as possible. Are there any other use cases for option than the eurostat changing the url? Well, this is the second time in a history of the package, if I remember correctly. |
Probably no other use case, unless someone decides to make a mirror of the Eurostat data with modified datasets. Could it be a security risk? Also knitr uses a slightly different mechanism for options. Would that make sense here? Does the eurostat package need other options? Would it be better to group them under a list?
It's more complex and may not be neccessary. |
Fixed in #124 |
Eurostat now forces the use of https. This breaks the
get_eurostat()
function.Changing the value returned by
eurostat_url()
to the following: "https://ec.europa.eu/eurostat/" fixes the issue. I suggested a change in a pull request.The text was updated successfully, but these errors were encountered: