diff --git a/CITATION.cff b/CITATION.cff index b64e2142..444c24e8 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -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.9.1.9000 +version: 0.9.2 doi: 10.5281/zenodo.5366622 identifiers: - type: doi @@ -34,7 +34,7 @@ preferred-citation: orcid: https://orcid.org/0000-0001-8457-4658 affiliation: rOpenSpain year: '2024' - version: 0.9.1.9000 + version: 0.9.2 doi: 10.5281/zenodo.5366622 url: https://ropenspain.github.io/mapSpain/ abstract: Administrative Boundaries of Spain at several levels (Autonomous Communities, @@ -110,9 +110,9 @@ references: email: diego.hernangomezherrero@gmail.com orcid: https://orcid.org/0000-0001-8457-4658 affiliation: rOpenGov + year: '2024' doi: 10.32614/CRAN.package.giscoR version: '>= 0.2.4' - year: '2024' - type: software title: rappdirs abstract: 'rappdirs: Application Directories: Determine Where to Save Data, Caches, diff --git a/DESCRIPTION b/DESCRIPTION index d03ccd33..1c7c1b9b 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Type: Package Package: mapSpain Title: Administrative Boundaries of Spain -Version: 0.9.1.9000 +Version: 0.9.2 Authors@R: person("Diego", "Hernangómez", , "diego.hernangomezherrero@gmail.com", role = c("aut", "cre", "cph"), comment = c(ORCID = "0000-0001-8457-4658", affiliation = "rOpenSpain")) diff --git a/NEWS.md b/NEWS.md index 3581ddc6..71f4ac96 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# mapSpain (development version) +# mapSpain 0.9.2 - **SIANE 2024 Update**: Adapt functions to new databases. - Improve dictionaries: `esp_dict_region_code()` and `esp_dict_translate()`. diff --git a/README.md b/README.md index 86273d4d..e5acaf75 100644 --- a/README.md +++ b/README.md @@ -244,7 +244,7 @@ A BibTeX entry for LaTeX users is: @Manual{R-mapspain, title = {{mapSpain}: Administrative Boundaries of Spain}, year = {2024}, - version = {0.9.1.9000}, + version = {0.9.2}, author = {Diego Hernangómez}, doi = {10.5281/zenodo.5366622}, url = {https://ropenspain.github.io/mapSpain/}, diff --git a/codemeta.json b/codemeta.json index b6c65d12..da83ed19 100644 --- a/codemeta.json +++ b/codemeta.json @@ -8,7 +8,7 @@ "codeRepository": "https://github.com/rOpenSpain/mapSpain", "issueTracker": "https://github.com/rOpenSpain/mapSpain/issues", "license": "https://spdx.org/licenses/GPL-3.0", - "version": "0.9.1.9000", + "version": "0.9.2", "programmingLanguage": { "@type": "ComputerLanguage", "name": "R", @@ -245,7 +245,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": "2436.708KB", + "fileSize": "2436.539KB", "citation": [ { "@type": "SoftwareSourceCode", diff --git a/inst/schemaorg.json b/inst/schemaorg.json index 048d61e6..53f8f1c4 100644 --- a/inst/schemaorg.json +++ b/inst/schemaorg.json @@ -29,7 +29,7 @@ "url": "https://cran.r-project.org" }, "runtimePlatform": "R version 4.4.1 (2024-06-14 ucrt)", - "version": "0.9.1.9000" + "version": "0.9.2" }, { "id": "https://doi.org/10.5281/zenodo.5366622", diff --git a/tests/testthat/test-esp_getTiles.R b/tests/testthat/test-esp_getTiles.R index 464dcb8c..08d5aa7e 100644 --- a/tests/testthat/test-esp_getTiles.R +++ b/tests/testthat/test-esp_getTiles.R @@ -29,6 +29,7 @@ test_that("tiles online", { # Skip test as tiles sometimes are not available skip_on_cran() skip_if_offline() + skip_on_os("linux") save_png <- function(code, width = 200, height = 200) { path <- tempfile(fileext = ".png")