Skip to content

Commit

Permalink
cran fix
Browse files Browse the repository at this point in the history
  • Loading branch information
antagomir committed Nov 19, 2020
1 parent 2586fc0 commit 6f58834
Show file tree
Hide file tree
Showing 50 changed files with 122 additions and 1,081 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: eurostat
Type: Package
Title: Tools for Eurostat Open Data
Date: 2020-11-17
Version: 3.6.83
Date: 2020-11-19
Version: 3.6.84
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
10 changes: 6 additions & 4 deletions R/get_eurostat_geospatial.R
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,12 @@
#' @author Markus Kainu <markuskainu@gmail.com>
#' @return a sf, data_frame or SpatialPolygonDataFrame.
#' @examples
#' sf <- get_eurostat_geospatial(output_class = "sf", resolution = "60", nuts_level = "all")
#' df <- get_eurostat_geospatial(output_class = "df", resolution = "20", nuts_level = "0")
#' spdf <- get_eurostat_geospatial(output_class = "spdf", resolution = "10", nuts_level = "3")
#'
#' sf <- get_eurostat_geospatial(output_class = "sf", resolution = "60", nuts_level = "all")
#' df <- get_eurostat_geospatial(output_class = "df", resolution = "20", nuts_level = "0")
#' \dontrun{
#' spdf <- get_eurostat_geospatial(output_class = "spdf", resolution = "10", nuts_level = "3")
#' }
#'
get_eurostat_geospatial <- function(output_class="sf",
resolution="60",
nuts_level = "all", year = "2016",
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,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.83. URL: <https://ropengov.github.io/eurostat/>
R package version 3.6.84. URL: <https://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.

4 changes: 2 additions & 2 deletions docs/articles/vignette.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/articles/website/blogposts.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/articles/website/cheatsheet.html

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

10 changes: 5 additions & 5 deletions docs/articles/website/eurostat_tutorial.html

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

0 comments on commit 6f58834

Please sign in to comment.