- Removing a bottleneck from
validate_geo_code()andvalidate_nuts_regions(). The NUTS exceptions are essentially constants, and it was unnecessary to calculate them each time these functions were running. They were moved to thenuts_exceptionsdataset. - Citation info was given the the vignette articles.
- Some error messages in assertions were made clearer are more consistent.
- Added the
regional_rd_personneldataset and theMaping Regional Data, Maping Metadata Problemsvignette. - A new function,
validate_parameters()takes over several parameter validations. The aim of this function is to provide consistent error messages, and thorough validation of function parameters whenever they must conform to a closed vocabulary or parameter range. - This version is released on CRAN.
- We started building an experimental APIs data is running regions regularly and improving known statistical data sources. See: Digital Music Observatory, Green Deal Data Observatory, Economy Data Observatory.
- Exception handling partly moved to assertthat.
- New test_geo_code of for performance enhancement.
- Changing non-standard evaluation to dplyr 1.0+
- Master repo moving to rOpenGov.
- Rewritten README.
- Correction of a small bug with input data frames that already have columns that the validation result should contain.
- Wordlist added for spell checking with geographical exceptions.
- Documentation improvements.
validate_country_nuts_countriesis now follows dplyr 1.0, this makes the code more readable.validate_nuts_regionsis validating non-EU NUTS-like regions as valid if they will be added toNUTS2021. These regional codes, while legally not part of theNUTS2016typology, are valid and can be placed on the maps created by EuroGeographics maps provided by Eurostat.- Italy, Portugal, the United Kingdom, Estonia, Slovenia,Latvia pseudo-NUTS3 codes in
google_nuts_matchtable. - New correspondence table for conversion between Local Administration Units (LAUs) and NUTS within the European Union and some other European countries.
- Further improvements in the Google typology: adding the United Kingdom, Portugal, Greece, Malta, parts of Latvia, Italy and Reunion.
recode_nutsslightly altered to follow changes in dependencydplyr.
- New function
impute_down_nutsfor less general cases, i.e. EU NUTS imputations. - Contributor attribution consistent in DESCRIPTION and source file.
- Release candidate on CRAN.
- Adding the
google_nuts_matchtableby Istvan Zsoldos for joining data from the Google Mobility Reports with Eurostat datasets.
- Added a
NEWS.mdfile to track changes to the package. - Preparing a release candidate with Travis-CI integration.