Skip to content

Commit

Permalink
CRAN submission
Browse files Browse the repository at this point in the history
  • Loading branch information
dieghernan committed Apr 25, 2021
1 parent ab544ea commit 93c6879
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 3 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# mapSpain (development version)
# mapSpain 0.2.3

- Move minimum version of `giscoR` to v0.2.4

Expand All @@ -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`.
Expand Down
12 changes: 8 additions & 4 deletions data-raw/sysdata.R
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down
Binary file modified img/README-static-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 93c6879

Please sign in to comment.