NEWS.md
validate_geo_code()
and validate_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 the nuts_exceptions
dataset.regional_rd_personnel
dataset and the Maping Regional Data, Maping Metadata Problems
vignette.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.validate_country_nuts_countries
is now follows dplyr 1.0, this makes the code more readable.validate_nuts_regions
is validating non-EU NUTS-like regions as valid if they will be added to NUTS2021
. These regional codes, while legally not part of the NUTS2016
typology, are valid and can be placed on the maps created by EuroGeographics maps provided by Eurostat.google_nuts_matchtable
.recode_nuts
slightly altered to follow changes in dependency dplyr
.impute_down_nuts
for less general cases, i.e. EU NUTS imputations.