Skip to content

Commit

Permalink
Prepare for CRAN
Browse files Browse the repository at this point in the history
  • Loading branch information
dieghernan committed Jun 29, 2023
1 parent a48072a commit 0434a75
Show file tree
Hide file tree
Showing 21 changed files with 45 additions and 43 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 "giscoR" in publications use:'
type: software
license: GPL-3.0-only
title: 'giscoR: Download Map Data from GISCO API - Eurostat'
version: 0.3.4.9000
version: 0.3.5
doi: 10.5281/zenodo.4317946
abstract: Tools to download data from the GISCO (Geographic Information System of
the Commission) Eurostat database <https://ec.europa.eu/eurostat/web/gisco>. Global
Expand All @@ -31,7 +31,7 @@ preferred-citation:
affiliation: rOpenGov
doi: 10.5281/zenodo.4317946
year: '2023'
version: 0.3.4.9000
version: 0.3.5
url: https://ropengov.github.io/giscoR/
abstract: Tools to download data from the GISCO (Geographic Information System of
the Commission) Eurostat database <https://ec.europa.eu/eurostat/web/gisco>. Global
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: giscoR
Title: Download Map Data from GISCO API - Eurostat
Version: 0.3.4.9000
Version: 0.3.5
Authors@R: c(
person("Diego", "Hernangómez", , "diego.hernangomezherrero@gmail.com", role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0001-8457-4658", affiliation = "rOpenGov")),
Expand Down
6 changes: 3 additions & 3 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# giscoR (development version)
# giscoR 0.3.5

- Review examples to avoid CRAN errors and notes.

- New helper function: `gisco_detect_cache_dir()`.

- Now the functions fail gracefully with an informative message, instead of
erroring, and return `NULL`.
- Now the functions fail gracefully with an informative message, instead of an
error, and return `NULL`.

# giscoR 0.3.4

Expand Down
2 changes: 1 addition & 1 deletion R/gisco_cache.R
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ gisco_detect_cache_dir <- function(...) {
# nocov start
# This is just a wrapper

do_nothing_with_dots <- list(...)
list(...)
cache <- gsc_helper_detect_cache_dir()

cache
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ A BibTeX entry for LaTeX users is
doi = {10.5281/zenodo.4317946},
author = {Diego Hernangómez},
year = {2023},
version = {0.3.4.9000},
version = {0.3.5},
url = {https://ropengov.github.io/giscoR/},
abstract = {Tools to download data from the GISCO (Geographic Information System of the Commission) Eurostat database <https://ec.europa.eu/eurostat/web/gisco>. Global and European map data available. This package is in no way officially related to or endorsed by Eurostat.},
}
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/rOpenGov/giscoR",
"issueTracker": "https://github.com/rOpenGov/giscoR/issues",
"license": "https://spdx.org/licenses/GPL-3.0",
"version": "0.3.4.9000",
"version": "0.3.5",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
"url": "https://r-project.org"
},
"runtimePlatform": "R version 4.3.1 (2023-06-16)",
"runtimePlatform": "R version 4.3.0 (2023-04-21 ucrt)",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
Expand Down Expand Up @@ -204,7 +204,7 @@
"applicationCategory": "cartography",
"isPartOf": "http://ropengov.org/",
"keywords": ["ropengov", "r", "spatial", "api-wrapper", "rstats", "r-package", "eurostat", "gisco", "thematic-maps", "eurostat-data", "cran", "ggplot2", "gis"],
"fileSize": "1344.921KB",
"fileSize": "1356.914KB",
"citation": [
{
"@type": "SoftwareSourceCode",
Expand Down
Binary file modified data/gisco_coastallines.rda
Binary file not shown.
Binary file modified data/gisco_countries.rda
Binary file not shown.
Binary file modified data/gisco_countrycode.rda
Binary file not shown.
Binary file modified data/gisco_db.rda
Binary file not shown.
Binary file modified data/gisco_nuts.rda
Binary file not shown.
Binary file modified data/tgs00026.rda
Binary file not shown.
Binary file modified img/README-example-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-example-2.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-labels-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-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.
1 change: 1 addition & 0 deletions inst/WORDLIST
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ df
dieghernan
dir
eacg
erroring
eu
fi
gdb
Expand Down
65 changes: 33 additions & 32 deletions revdep/README.md
Original file line number Diff line number Diff line change
@@ -1,40 +1,41 @@
# Platform

|field |value |
|:--------|:------------------------------|
|version |R version 4.3.1 (2023-06-16) |
|os |macOS Monterey 12.6.6 |
|system |x86_64, darwin20 |
|ui |X11 |
|language |(EN) |
|collate |en_US.UTF-8 |
|ctype |en_US.UTF-8 |
|tz |UTC |
|date |2023-06-27 |
|pandoc |2.19.2 @ /usr/local/bin/pandoc |
|field |value |
|:--------|:------------------------------------------|
|version |R version 4.3.0 (2023-04-21 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 |2023-06-29 |
|rstudio |2023.06.0+421 Mountain Hydrangea (desktop) |
|pandoc |2.19.2 @ C:\PROGRA~1\Pandoc\pandoc.exe |

# Dependencies

|package |old |new |Δ |
|:-----------|:------|:----------|:--|
|giscoR |0.3.4 |0.3.4.9000 |* |
|classInt |0.4-9 |0.4-9 | |
|countrycode |1.5.0 |1.5.0 | |
|DBI |1.1.3 |1.1.3 | |
|e1071 |1.7-13 |1.7-13 | |
|geojsonsf |2.0.3 |2.0.3 | |
|geometries |0.2.3 |0.2.3 | |
|jsonify |1.2.2 |1.2.2 | |
|magrittr |2.0.3 |2.0.3 | |
|proxy |0.4-27 |0.4-27 | |
|rapidjsonr |1.2.0 |1.2.0 | |
|rappdirs |0.3.3 |0.3.3 | |
|Rcpp |1.0.10 |1.0.10 | |
|s2 |1.1.4 |1.1.4 | |
|sf |1.0-13 |1.0-13 | |
|sfheaders |0.4.3 |0.4.3 | |
|units |0.8-2 |0.8-2 | |
|wk |0.7.3 |0.7.3 | |
|package |old |new |Δ |
|:-----------|:------|:------|:--|
|giscoR |0.3.4 |0.3.5 |* |
|classInt |0.4-9 |0.4-9 | |
|countrycode |1.5.0 |1.5.0 | |
|DBI |1.1.3 |1.1.3 | |
|e1071 |1.7-13 |1.7-13 | |
|geojsonsf |2.0.3 |2.0.3 | |
|geometries |0.2.3 |0.2.3 | |
|jsonify |1.2.2 |1.2.2 | |
|magrittr |2.0.3 |2.0.3 | |
|proxy |0.4-27 |0.4-27 | |
|rapidjsonr |1.2.0 |1.2.0 | |
|rappdirs |0.3.3 |0.3.3 | |
|Rcpp |1.0.10 |1.0.10 | |
|s2 |1.1.4 |1.1.4 | |
|sf |1.0-13 |1.0-13 | |
|sfheaders |0.4.3 |0.4.3 | |
|units |0.8-2 |0.8-2 | |
|wk |0.7.3 |0.7.3 | |

# Revdeps

Binary file modified vignettes/africa-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/country-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.

0 comments on commit 0434a75

Please sign in to comment.