Changelog
Source:NEWS.md
giscoR 0.6.0
CRAN release: 2024-08-28
Update with latest data available
-
gisco_get_education()
andgisco_get_healthcare()
gains a newyear
argument: years available now are 2020 and 2023 versions of the dataset. -
gisco_get_nuts()
andgisco_get_countries()
now can download the 2024 version of the datasets (#93 @hannesaddec).
giscoR 0.5.1
CRAN release: 2024-07-06
- Use CRAN DOI: https://doi.org/10.32614/CRAN.package.giscoR.
-
gisco_get_education()
: Fix API entry points. - Review failing examples.
giscoR 0.5.0
CRAN release: 2024-05-29
- New functions:
-
gisco_get_education()
. - Add access to GISCO Address API through new functions. See
?gisco_addressapi
to know more (#84).
-
- New dependency: jsonlite added to ‘Imports’.
- Update
gisco_db
with the most up-to-date released data. - Default year of some functions updated to the latest available data:
-
gisco_get_lau()
andgisco_get_urban_audit()
default year now is"2021"
.
-
- Update urls in documentation.
giscoR 0.4.2
CRAN release: 2024-03-27
- Update of docs to avoid warnings on CRAN (#81).
- Rebuild datasets.
giscoR 0.4.0
CRAN release: 2023-10-30
-
gisco_get_nuts()
: Add an additionalgeo
column (identical toNUTS_ID
) for enhanced compatibility with eurostat package (#62). - Adjust examples for CRAN.
- Add dependency httr.
giscoR 0.3.5
CRAN release: 2023-06-30
- 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 an error, and return
NULL
.
giscoR 0.3.1
CRAN release: 2021-10-06
- Add
Copyright
onDESCRIPTION
. - Add lwgeom on ‘Suggests’.
-
gisco_get_airports()
andgisco_get_ports()
:- Only year available is 2013.
- Now information is downloaded instead of using internal data.
- New function:
gisco_get_postalcodes()
. - Update
gisco_db
.
giscoR 0.3.0
CRAN release: 2021-09-27
- Now giscoR is part of rOpenGov. Repo has been transferred.
- Caching improvements: new function
gisco_set_cache_dir()
based onrappdirs::user_cache_dir()
. Now thecache_dir
path is stored and it is not necessary to set it up again on a new session. Also addedgisco_clear_cache()
. - Fix an error when
cache = FALSE
. Now files are loaded instead throwing an error. - New tests with testthat.
- Update on docs. New examples
- Refactor documents and codes for the previous
gisco_get
doc. - Add eurostat package to ’ Suggests’.
- lwgeom dependency removed.
- Update internal grid object.
- tmap package replaced by ggplot2 on vignettes and examples.
giscoR 0.2.4
CRAN release: 2021-04-13
- New
eu
field ongiscoR::gisco_countrycode
. - Fix typos on documentation.
- Include vignette on the package.
- Move docs to roxygen2.
- lwgeom moved to ‘Imports’ field.
- cartography package replaced by tmap on vignettes.
giscoR 0.2.0
CRAN release: 2020-11-12
- Remove colorspace as dependency.
- Bump R minimal version to
3.6.0
. - Change order on parameters for
gisco_get()
functions. - Rewriting of internal functions and utils.
- Add
verbose
parameter to functions. - Rewriting of
giscoR::gisco_db
. - Functions added:
- Now
gisco_get_countries()
andgisco_get_nuts()
usesgisco_get_units()
for individual files, making the call much faster.