Skip to content

Commit

Permalink
Prepare CRAN release
Browse files Browse the repository at this point in the history
  • Loading branch information
dieghernan committed Aug 26, 2024
1 parent 23cafb6 commit 12c28c4
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 9 deletions.
6 changes: 3 additions & 3 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.9.1.9000
version: 0.9.2
doi: 10.5281/zenodo.5366622
identifiers:
- type: doi
Expand All @@ -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,
Expand Down Expand Up @@ -110,9 +110,9 @@ references:
email: [email protected]
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,
Expand Down
2 changes: 1 addition & 1 deletion 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.9.1.9000
Version: 0.9.2
Authors@R:
person("Diego", "Hernangómez", , "[email protected]", role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0001-8457-4658", affiliation = "rOpenSpain"))
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -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()`.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/},
Expand Down
4 changes: 2 additions & 2 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion inst/schemaorg.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 1 addition & 0 deletions tests/testthat/test-esp_getTiles.R
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 12c28c4

Please sign in to comment.