Skip to content

Commit

Permalink
Prepare CRAN release
Browse files Browse the repository at this point in the history
  • Loading branch information
dieghernan committed Jan 23, 2024
1 parent b0b1bad commit 7faf201
Show file tree
Hide file tree
Showing 21 changed files with 54 additions and 44 deletions.
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ message: 'To cite package "mapSpain" in publications use:'
type: software
license: GPL-3.0-only
title: 'mapSpain: Administrative Boundaries of Spain'
version: 0.8.0.9000
version: 0.9.0
doi: 10.5281/zenodo.5366622
abstract: Administrative Boundaries of Spain at several levels (Autonomous Communities,
Provinces, Municipalities) based on the 'GISCO' 'Eurostat' database <https://ec.europa.eu/eurostat/web/gisco>
Expand All @@ -31,7 +31,7 @@ preferred-citation:
orcid: https://orcid.org/0000-0001-8457-4658
affiliation: rOpenSpain
year: '2024'
version: 0.8.0.9000
version: 0.9.0
doi: 10.5281/zenodo.5366622
url: https://ropenspain.github.io/mapSpain/
abstract: Administrative Boundaries of Spain at several levels (Autonomous Communities,
Expand Down
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Type: Package
Package: mapSpain
Title: Administrative Boundaries of Spain
Version: 0.8.0.9000
Version: 0.9.0
Authors@R:
person("Diego", "Hernangómez", , "[email protected]", role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0001-8457-4658", affiliation = "rOpenSpain"))
Expand Down Expand Up @@ -46,7 +46,7 @@ Copyright: © EuroGeographics for the administrative boundaries. Atlas
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.0
RoxygenNote: 7.3.1
X-schema.org-applicationCategory: cartography
X-schema.org-isPartOf: https://ropenspain.es/
X-schema.org-keywords: rOpenSpain, tiles, r, maps, spatial, rstats,
Expand Down
5 changes: 3 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# mapSpain (development version)
# mapSpain 0.9.0

- Changes on how to handle modifications on Canary Islands objects (#101):
- Add a helper function for displace stand-alone **sf** objects in Canary
Islands: `esp_move_can()`.
- `esp_move_can()` is used internally on all functions.
- Add a new function to show the current cache directory:
`esp_detect_cache_dir()`.
- `mapSpain::layer_spatraster()` removed.
- `mapSpain::layer_spatraster()` removed (was deprecated in **mapSpain**
0.6.2).

# mapSpain 0.8.0

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ A BibTeX entry for LaTeX users is:
@Manual{R-mapspain,
title = {{mapSpain}: Administrative Boundaries of Spain},
year = {2024},
version = {0.8.0.9000},
version = {0.9.0},
author = {Diego Hernangómez},
doi = {10.5281/zenodo.5366622},
url = {https://ropenspain.github.io/mapSpain/},
Expand Down
6 changes: 3 additions & 3 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
"codeRepository": "https://github.com/rOpenSpain/mapSpain",
"issueTracker": "https://github.com/rOpenSpain/mapSpain/issues",
"license": "https://spdx.org/licenses/GPL-3.0",
"version": "0.8.0.9000",
"version": "0.9.0",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
"url": "https://r-project.org"
},
"runtimePlatform": "R version 4.3.2 (2023-10-31)",
"runtimePlatform": "R version 4.3.2 (2023-10-31 ucrt)",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
Expand Down Expand Up @@ -233,7 +233,7 @@
"applicationCategory": "cartography",
"isPartOf": "https://ropenspain.es/",
"keywords": ["rOpenSpain", "tiles", "r", "maps", "spatial", "rstats", "r-package", "municipalities", "Spain", "gisco", "provinces", "ign", "administrative-boundaries", "ccaa", "static-tiles", "spain", "cran", "ropenspain", "ggplot2", "gis"],
"fileSize": "2369.694KB",
"fileSize": "2436.324KB",
"citation": [
{
"@type": "SoftwareSourceCode",
Expand Down
Binary file modified data/esp_codelist.rda
Binary file not shown.
Binary file modified data/esp_tiles_providers.rda
Binary file not shown.
Binary file modified data/leaflet.providersESP.df.rda
Binary file not shown.
Binary file modified img/README-giscoR-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-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.
Binary file modified img/README-tile-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions inst/schemaorg.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"runtimePlatform": "R version 4.3.2 (2023-10-31)",
"version": "0.8.0.9000"
"runtimePlatform": "R version 4.3.2 (2023-10-31 ucrt)",
"version": "0.9.0"
},
{
"id": "https://doi.org/10.5281/zenodo.5366622",
Expand Down
Binary file modified man/figures/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
71 changes: 40 additions & 31 deletions revdep/README.md
Original file line number Diff line number Diff line change
@@ -1,41 +1,50 @@
# Platform

|field |value |
|:--------|:------------------------------|
|version |R version 4.3.1 (2023-06-16) |
|os |macOS Monterey 12.6.7 |
|system |x86_64, darwin20 |
|ui |X11 |
|language |(EN) |
|collate |en_US.UTF-8 |
|ctype |en_US.UTF-8 |
|tz |UTC |
|date |2023-08-04 |
|pandoc |2.19.2 @ /usr/local/bin/pandoc |
|field |value |
|:--------|:--------------------------------------|
|version |R version 4.3.2 (2023-10-31 ucrt) |
|os |Windows 11 x64 (build 22621) |
|system |x86_64, mingw32 |
|ui |RStudio |
|language |(EN) |
|collate |Spanish_Spain.utf8 |
|ctype |Spanish_Spain.utf8 |
|tz |Europe/Madrid |
|date |2024-01-23 |
|rstudio |2023.12.0+369 Ocean Storm (desktop) |
|pandoc |2.19.2 @ C:\PROGRA~1\Pandoc\pandoc.exe |

# Dependencies

|package |old |new |Δ |
|:-----------|:------|:------|:--|
|mapSpain |0.8.0 |0.8.0 |NA |
|classInt |0.4-9 |0.4-9 |NA |
|countrycode |1.5.0 |1.5.0 |NA |
|DBI |1.1.3 |1.1.3 |NA |
|e1071 |1.7-13 |1.7-13 |NA |
|geojsonsf |2.0.3 |2.0.3 |NA |
|geometries |0.2.3 |0.2.3 |NA |
|giscoR |0.3.5 |0.3.5 |NA |
|jsonify |1.2.2 |1.2.2 |NA |
|magrittr |2.0.3 |2.0.3 |NA |
|proxy |0.4-27 |0.4-27 |NA |
|rapidjsonr |1.2.0 |1.2.0 |NA |
|rappdirs |0.3.3 |0.3.3 |NA |
|Rcpp |1.0.11 |1.0.11 |NA |
|s2 |1.1.4 |1.1.4 |NA |
|sf |1.0-14 |1.0-14 |NA |
|sfheaders |0.4.3 |0.4.3 |NA |
|units |0.8-2 |0.8-2 |NA |
|wk |0.7.3 |0.7.3 |NA |
|mapSpain |0.8.0 |0.9.0 |* |
|askpass |1.2.0 |1.2.0 | |
|classInt |0.4-10 |0.4-10 | |
|countrycode |1.5.0 |1.5.0 | |
|curl |5.2.0 |5.2.0 | |
|DBI |1.2.1 |1.2.1 | |
|e1071 |1.7-14 |1.7-14 | |
|geojsonsf |2.0.3 |2.0.3 | |
|geometries |0.2.4 |0.2.4 | |
|giscoR |0.4.0 |0.4.0 | |
|httr |1.4.7 |1.4.7 | |
|jsonify |1.2.2 |1.2.2 | |
|jsonlite |1.8.8 |1.8.8 | |
|magrittr |2.0.3 |2.0.3 | |
|mime |0.12 |0.12 | |
|openssl |2.1.1 |2.1.1 | |
|proxy |0.4-27 |0.4-27 | |
|R6 |2.5.1 |2.5.1 | |
|rapidjsonr |1.2.0 |1.2.0 | |
|rappdirs |0.3.3 |0.3.3 | |
|Rcpp |1.0.12 |1.0.12 | |
|s2 |1.1.6 |1.1.6 | |
|sf |1.0-15 |1.0-15 | |
|sfheaders |0.4.4 |0.4.4 | |
|sys |3.4.2 |3.4.2 | |
|units |0.8-5 |0.8-5 | |
|wk |0.9.1 |0.9.1 | |

# Revdeps

Binary file modified vignettes/basic-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 vignettes/basic2-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 vignettes/basic3-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 vignettes/choro-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 vignettes/giscoR-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion vignettes/mapSpain.Rmd.orig
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ knitr::opts_chunk$set(
message = FALSE,
tidy = "styler",
dev = "ragg_png",
dpi = 90,
dpi = 120,
fig.path = "./",
out.width = "100%"
)
Expand Down
Binary file modified vignettes/thematic-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 7faf201

Please sign in to comment.