diff --git a/DESCRIPTION b/DESCRIPTION index 1eec59b9..8206a6d6 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: mapSpain Type: Package Title: Administrative Boundaries of Spain -Version: 0.2.2.9002 +Version: 0.2.3 Authors@R: c(person(given = "Diego", family = "Hernangómez", diff --git a/NEWS.md b/NEWS.md index 86bb75df..0686834a 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# mapSpain (development version) +# mapSpain 0.2.3 - Move minimum version of `giscoR` to v0.2.4 @@ -14,6 +14,8 @@ - Vignette removed (CRAN warning). +- Now the `cache` directory is created recursively. + # mapSpain 0.2.2 - Migrate examples, vignettes and README to `tmap`. diff --git a/data-raw/sysdata.R b/data-raw/sysdata.R index 948198cd..0e7aca10 100644 --- a/data-raw/sysdata.R +++ b/data-raw/sysdata.R @@ -270,23 +270,27 @@ names_full <- names_full %>% as.data.frame() library(sf) esp_hexbin_prov <- st_read("./data-raw/esp_hexbin_prov.gpkg", - stringsAsFactors = FALSE) %>% + stringsAsFactors = FALSE + ) %>% st_make_valid() esp_hexbin_ccaa <- st_read("./data-raw/esp_hexbin_ccaa.gpkg", - stringsAsFactors = FALSE) %>% + stringsAsFactors = FALSE + ) %>% st_make_valid() esp_grid_prov <- st_read("./data-raw/esp_grid_prov.gpkg", - stringsAsFactors = FALSE) %>% + stringsAsFactors = FALSE + ) %>% st_make_valid() esp_grid_ccaa <- st_read("./data-raw/esp_grid_ccaa.gpkg", - stringsAsFactors = FALSE) %>% + stringsAsFactors = FALSE + ) %>% st_make_valid() usethis::use_data( diff --git a/img/README-static-1.png b/img/README-static-1.png index dbf9571e..76f5f1d8 100644 Binary files a/img/README-static-1.png and b/img/README-static-1.png differ