diff --git a/README.md b/README.md index 9b967645..763497af 100644 --- a/README.md +++ b/README.md @@ -186,7 +186,6 @@ We now download the data from Eurostat: library(eurostat) popdens <- get_eurostat("demo_r_d3dens") %>% filter(TIME_PERIOD == "2021-01-01") -#> indexed 0B in 0s, 0B/sindexed 1.00TB in 0s, 394.50TB/s ``` By last, we merge and manipulate the data for creating the final plot: @@ -325,7 +324,7 @@ Eurostat*. A BibTeX entry for LaTeX users is - @Manual{, + @Manual{R-giscoR, title = {{giscoR}: Download Map Data from GISCO API - Eurostat}, doi = {10.32614/CRAN.package.giscoR}, author = {Diego Hernangómez}, @@ -364,7 +363,8 @@ This package is in no way officially related to or endorsed by Eurostat. ## References -
+
diff --git a/codemeta.json b/codemeta.json index ef81749a..ee6756a5 100644 --- a/codemeta.json +++ b/codemeta.json @@ -14,7 +14,7 @@ "name": "R", "url": "https://r-project.org" }, - "runtimePlatform": "R version 4.4.0 (2024-04-24)", + "runtimePlatform": "R version 4.4.0 (2024-04-24 ucrt)", "provider": { "@id": "https://cran.r-project.org", "@type": "Organization", @@ -240,7 +240,7 @@ "applicationCategory": "cartography", "isPartOf": "http://ropengov.org/", "keywords": ["ropengov", "r", "spatial", "api-wrapper", "rstats", "r-package", "eurostat", "gisco", "thematic-maps", "eurostat-data", "cran", "ggplot2", "gis"], - "fileSize": "1251.229KB", + "fileSize": "1260.085KB", "citation": [ { "@type": "SoftwareSourceCode", diff --git a/data/gisco_countrycode.rda b/data/gisco_countrycode.rda index 0ec7fd66..7c516acb 100644 Binary files a/data/gisco_countrycode.rda and b/data/gisco_countrycode.rda differ diff --git a/data/gisco_db.rda b/data/gisco_db.rda index c137aa71..8f552e2a 100644 Binary files a/data/gisco_db.rda and b/data/gisco_db.rda differ diff --git a/img/README-example-1.png b/img/README-example-1.png index 15f47246..4bd24fa2 100644 Binary files a/img/README-example-1.png and b/img/README-example-1.png differ diff --git a/img/README-example-2.png b/img/README-example-2.png index 2a4bc624..4b6cbf62 100644 Binary files a/img/README-example-2.png and b/img/README-example-2.png differ diff --git a/img/README-labels-1.png b/img/README-labels-1.png index 1c666981..2c53689a 100644 Binary files a/img/README-labels-1.png and b/img/README-labels-1.png differ diff --git a/img/README-thematic-1.png b/img/README-thematic-1.png index f2ab5f7c..d7ef811e 100644 Binary files a/img/README-thematic-1.png and b/img/README-thematic-1.png differ diff --git a/inst/schemaorg.json b/inst/schemaorg.json index 0f46f462..bfd923e4 100644 --- a/inst/schemaorg.json +++ b/inst/schemaorg.json @@ -40,7 +40,7 @@ "name": "Comprehensive R Archive Network (CRAN)", "url": "https://cran.r-project.org" }, - "runtimePlatform": "R version 4.4.0 (2024-04-24)", + "runtimePlatform": "R version 4.4.0 (2024-04-24 ucrt)", "version": "0.5.0.9000" }, { diff --git a/vignettes/africa-1.png b/vignettes/africa-1.png index bf36122f..1cab61c5 100644 Binary files a/vignettes/africa-1.png and b/vignettes/africa-1.png differ diff --git a/vignettes/country-1.png b/vignettes/country-1.png index 5375de2b..ecf20668 100644 Binary files a/vignettes/country-1.png and b/vignettes/country-1.png differ diff --git a/vignettes/giscoR-1.png b/vignettes/giscoR-1.png index a5264da6..55cc27c1 100644 Binary files a/vignettes/giscoR-1.png and b/vignettes/giscoR-1.png differ diff --git a/vignettes/giscoR.Rmd b/vignettes/giscoR.Rmd index 313ffc46..9a24b9ea 100644 --- a/vignettes/giscoR.Rmd +++ b/vignettes/giscoR.Rmd @@ -189,10 +189,6 @@ eu_bord <- borders %>% # Eurostat data - Disposable income pps <- get_eurostat("tgs00026") %>% filter(TIME_PERIOD == "2021-01-01") -#> indexed 0B in 0s, 0B/s indexed 1.00TB in 0s, 3.64PB/s -``` - -``` r nuts2_sf <- nuts2 %>% left_join(pps, by = "geo") %>%