Skip to content

Commit ff0eddb

Browse files
author
AAoritz
committed
CRAN checks fixed
1 parent 252da42 commit ff0eddb

File tree

7 files changed

+23
-23
lines changed

7 files changed

+23
-23
lines changed

CRAN-SUBMISSION

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
Version: 1.0.0
2-
Date: 2024-03-21 10:16:36 UTC
3-
SHA: c0e7ccaa1f68f7812b2123140ebecba51d25bf30
1+
Version: 1.1.0
2+
Date: 2024-07-11 17:37:35 UTC
3+
SHA: 252da427d218d3c195c1baa391ed5de5a37f1cda

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ Please support the development of open science and data by citing the JRC and us
3535

3636
- Joint Research Centre (2022) NUTS converter. <https://urban.jrc.ec.europa.eu/tools/nuts-converter>
3737

38-
- Hennicke M, Krause W (2024). _nuts: Convert European Regional Data_. doi:10.5281/zenodo.10885973
39-
<https://doi.org/10.5281/zenodo.10573057>, R package version 1.0.0, <https://docs.ropensci.org/nuts/>.
38+
- Hennicke M, Krause W (2024). _nuts: Convert European Regional Data_. doi:10.5281/zenodo.10573056
39+
<https://doi.org/10.5281/zenodo.10573056>, R package version 1.1.0, <https://docs.ropensci.org/nuts/>.
4040

4141

4242
Bibtex Users:
@@ -53,8 +53,8 @@ Bibtex Users:
5353
title = {nuts: Convert European Regional Data},
5454
author = {Moritz Hennicke and Werner Krause},
5555
year = {2024},
56-
note = {R package version 1.0.0},
56+
note = {R package version 1.1.0},
5757
url = {https://docs.ropensci.org/nuts/},
58-
doi = {https://doi.org/10.5281/zenodo.10885973},
58+
doi = "https://doi.org/10.5281/zenodo.10573056",
5959
}
6060
```

docs/authors.html

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/index.html

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/pkgdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ pkgdown: 2.0.7
33
pkgdown_sha: ~
44
articles:
55
nuts: nuts.html
6-
last_built: 2024-07-11T17:32Z
6+
last_built: 2024-07-12T22:06Z
77
urls:
88
reference: https://aaoritz.github.io/nuts/reference
99
article: https://aaoritz.github.io/nuts/articles

inst/CITATION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ bibentry(
33
title = "nuts: Convert European Regional Data",
44
author = "Moritz Hennicke, Werner Krause",
55
year = "2024",
6-
note = "R package version 1.0.0",
6+
note = "R package version 1.1.0",
77
url = "https://docs.ropensci.org/nuts/",
8-
doi = "https://doi.org/10.5281/zenodo.10885973",
8+
doi = "https://doi.org/10.5281/zenodo.10573056",
99
)

vignettes/nuts.Rmd

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ For example, the German district *Northern Saxony* (*Nordsachsen*) is located wi
7777

7878
Since administrative boundaries in Europe change for demographic, economic, political or other reasons, there are five different **versions** of the NUTS Nomenclature (2006, 2010, 2013, 2016, and 2021). The current version, effective from 1 January 2021, lists 104 regions at NUTS-1, 283 regions at NUTS-2, 1 345 regions at NUTS-3 level[^2].
7979

80-
[^1]: [European Interinstitutional Style Guide](https://publications.europa.eu/code/en/en-5000600.htm) In the case of Greece for instance this code was changed from GR to EL in 2011.
80+
[^1]: [Eurostat](https://ec.europa.eu/eurostat/web/nuts/history) In the case of Greece this code was changed from GR to EL in 2011.
8181

8282
[^2]: [2022 report of the European Union](https://ec.europa.eu/eurostat/documents/3859598/15193590/KS-GQ-22-010-EN-N.pdf)
8383

@@ -308,7 +308,7 @@ nuts_get_missing(pat_classified) # ...use helper function
308308
## Converting data between NUTS versions
309309

310310
Once the NUTS version and level of the original data are identified, you can easily **convert** the data to any other **NUTS version**. Here is an example of transforming the 2013 Norwegian data to the 2021 NUTS version. Between 2016 and 2021, the number of NUTS-2 regions in Norway decreased by one as the borders of six regions were transformed. The maps below show the affected regions.
311-
We provide the classified NUTS data, specify the target NUTS version for data transformation, and supply the variable containing the values to be interpolated. It is important to indicate the **variable type** in the named input-vector since the interpolation approaches differ for [absolute and relative values](https://urban.jrc.ec.europa.eu/nutsconverter/docs/2022_08_04_NUTS_converter.pdf).
311+
We provide the classified NUTS data, specify the target NUTS version for data transformation, and supply the variable containing the values to be interpolated. It is important to indicate the **variable type** in the named input-vector since the interpolation approaches differ for [absolute and relative values](https://urban.jrc.ec.europa.eu/static/sites/nutsconverter/2022_08_04_NUTS_converter.pdf).
312312

313313
```{r}
314314
# Converting Data to 2021 NUTS version
@@ -759,7 +759,7 @@ To keep track of these changes, the `nuts` package uses two data sets:
759759
1. Stocks: data(`all_nuts_codes`) contains **all historical NUTS codes** by NUTS version and country
760760
2. Flows: data(`cross_walks`) contains the **conversion tables** between NUTS versions
761761

762-
They are based on [data provided by the JRC](https://urban.jrc.ec.europa.eu/nutsconverter/#/). Both data sets can also be used by the user manually to explore specific conversion patterns more closely.
762+
They are based on [data provided by the JRC](https://urban.jrc.ec.europa.eu/tools/nuts-converter?lng=en). Both data sets can also be used by the user manually to explore specific conversion patterns more closely.
763763

764764
For Norway going from version 2016 to 2021 at NUTS level 2, the `cross_walks` can be easily subset as follows:
765765

@@ -1119,8 +1119,8 @@ Please support the development of open science and data by citing the JRC and us
11191119

11201120
- Joint Research Centre (2022) NUTS converter. <https://urban.jrc.ec.europa.eu/tools/nuts-converter>
11211121

1122-
- Hennicke M, Krause W (2024). _nuts: Convert European Regional Data_. doi:10.5281/zenodo.10885973
1123-
<https://doi.org/10.5281/zenodo.10573057>, R package version 1.0.0, <https://docs.ropensci.org/nuts/>.
1122+
- Hennicke M, Krause W (2024). _nuts: Convert European Regional Data_. doi:10.5281/zenodo.10573056
1123+
<https://doi.org/10.5281/zenodo.10573056>, R package version 1.1.0, <https://docs.ropensci.org/nuts/>.
11241124

11251125

11261126
Bibtex Users:
@@ -1137,8 +1137,8 @@ Bibtex Users:
11371137
title = {nuts: Convert European Regional Data},
11381138
author = {Moritz Hennicke and Werner Krause},
11391139
year = {2024},
1140-
note = {R package version 1.0.0},
1140+
note = {R package version 1.1.0},
11411141
url = {https://docs.ropensci.org/nuts/},
1142-
doi = {https://doi.org/10.5281/zenodo.10885973},
1142+
doi = "https://doi.org/10.5281/zenodo.10573056",
11431143
}
11441144
```

0 commit comments

Comments
 (0)