Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
dieghernan committed Aug 25, 2024
1 parent 67e6eba commit 51c4b12
Show file tree
Hide file tree
Showing 6 changed files with 259 additions and 261 deletions.
2 changes: 1 addition & 1 deletion R/gisco_get_education.R
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ gisco_get_education <- function(year = c("2023", "2020"),

ress <- lapply(n_cnt, function(x) {
api <- api_entry[x]
filename <- paste0("edu_", year, "_", basename(api_entry))
filename <- paste0("edu_", year, "_", basename(api))


if (cache) {
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 2.15GB in 0s, 2.15GB/s
```

By last, we merge and manipulate the data for creating the final plot:
Expand Down
2 changes: 1 addition & 1 deletion codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "1258.636KB",
"fileSize": "1258.247KB",
"citation": [
{
"@type": "SoftwareSourceCode",
Expand Down
Binary file modified img/README-example-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified img/README-example-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 51c4b12

Please sign in to comment.