Skip to content

Commit

Permalink
synced with pr
Browse files Browse the repository at this point in the history
  • Loading branch information
antagomir committed Apr 21, 2020
1 parent 2efe73d commit a6c3c04
Show file tree
Hide file tree
Showing 48 changed files with 70 additions and 64 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Package: eurostat
Type: Package
Title: Tools for Eurostat Open Data
Date: 2020-04-21
Version: 3.6.2
Version: 3.6.3
Encoding: UTF-8
Authors@R: c(
person("Leo", "Lahti", email = "leo.lahti@iki.fi", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-5537-637X")),
Expand Down
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(dplyr,semi_join)
importFrom(httr,GET)
importFrom(httr,RETRY)
importFrom(httr,build_url)
importFrom(httr,content)
importFrom(httr,http_error)
Expand Down
4 changes: 4 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# eurostat 3.6.3

* Stabilized http requests (PR by @annnvv)

# eurostat 3.5.3

* get_eurostat switched to v2.1
Expand Down
1 change: 1 addition & 0 deletions R/firstlib.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
#' @importFrom httr build_url
#' @importFrom httr content
#' @importFrom httr GET
#' @importFrom httr RETRY
#' @importFrom httr http_error
#' @importFrom httr status_code
#' @importFrom jsonlite fromJSON
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Lahti](https://github.com/antagomir), Przemyslaw Biecek, Markus Kainu
and Janne Huovari. Retrieval and analysis of Eurostat open data with the
eurostat package. [R Journal 9(1):385-392,
2017](https://journal.r-project.org/archive/2017/RJ-2017-019/index.html).
R package version 3.6.2. URL: <http://ropengov.github.io/eurostat>
R package version 3.6.3. URL: <http://ropengov.github.io/eurostat>

We are grateful to all
[contributors](https://github.com/rOpenGov/eurostat/graphs/contributors),
Expand Down
2 changes: 1 addition & 1 deletion docs/404.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/LICENSE-text.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/articles/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/articles/vignette.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/articles/website/blogposts.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/articles/website/cheatsheet.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions docs/articles/website/eurostat_tutorial.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 10 additions & 10 deletions docs/articles/website/maps.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/articles/website/publications.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions docs/articles/website/regional_data.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions docs/authors.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ articles:
maps: website/maps.html
publications: website/publications.html
regional_data: website/regional_data.html
last_built: 2020-04-21T11:04Z
last_built: 2020-04-21T12:08Z

2 changes: 1 addition & 1 deletion docs/reference/add_nuts_level.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit a6c3c04

Please sign in to comment.