Skip to content

Commit e50280e

Browse files
author
AAoritz
committed
updating doi in citation
1 parent 0994230 commit e50280e

File tree

7 files changed

+14
-26
lines changed

7 files changed

+14
-26
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ 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.10573057
38+
- Hennicke M, Krause W (2024). _nuts: Convert European Regional Data_. doi:10.5281/zenodo.10885973
3939
<https://doi.org/10.5281/zenodo.10573057>, R package version 1.0.0, <https://docs.ropensci.org/nuts/>.
4040

4141

@@ -55,6 +55,6 @@ Bibtex Users:
5555
year = {2024},
5656
note = {R package version 1.0.0},
5757
url = {https://docs.ropensci.org/nuts/},
58-
doi = {https://doi.org/10.5281/zenodo.10573057},
58+
doi = {https://doi.org/10.5281/zenodo.10885973},
5959
}
6060
```

codemeta.json

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -403,21 +403,11 @@
403403
}
404404
],
405405
"name": "nuts: Convert European Regional Data",
406-
"identifier": "https://doi.org/10.5281/zenodo.10573057",
406+
"identifier": "https://doi.org/10.5281/zenodo.10885973",
407407
"url": "https://docs.ropensci.org/nuts/",
408408
"description": "R package version 1.0.0",
409-
"@id": "https://doi.org/10.5281/zenodo.10573057",
410-
"sameAs": "https://doi.org/10.5281/zenodo.10573057"
409+
"@id": "https://doi.org/10.5281/zenodo.10885973",
410+
"sameAs": "https://doi.org/10.5281/zenodo.10885973"
411411
}
412-
],
413-
"releaseNotes": "https://github.com/ropensci/nuts/blob/master/NEWS.md",
414-
"readme": "https://github.com/ropensci/nuts/blob/main/README.md",
415-
"contIntegration": ["https://github.com/ropensci/nuts/actions/workflows/R-CMD-check.yaml", "https://app.codecov.io/gh/ropensci/nuts"],
416-
"developmentStatus": "https://www.repostatus.org/#active",
417-
"review": {
418-
"@type": "Review",
419-
"url": "https://github.com/ropensci/software-review/issues/623",
420-
"provider": "https://ropensci.org"
421-
},
422-
"keywords": ["europe", "european-union", "nuts", "nuts-regions", "regional-data", "nuts-codes", "eurostat", "nomenclature"]
412+
]
423413
}

docs/authors.html

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

docs/index.html

Lines changed: 2 additions & 2 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-03-27T08:43Z
6+
last_built: 2024-03-27T16:37Z
77
urls:
88
reference: https://aaoritz.github.io/nuts/reference
99
article: https://aaoritz.github.io/nuts/articles

inst/CITATION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ bibentry(
55
year = "2024",
66
note = "R package version 1.0.0",
77
url = "https://docs.ropensci.org/nuts/",
8-
doi = "https://doi.org/10.5281/zenodo.10573057",
8+
doi = "https://doi.org/10.5281/zenodo.10885973",
99
)

vignettes/nuts.Rmd

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

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

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

11321132

@@ -1146,8 +1146,6 @@ Bibtex Users:
11461146
year = {2024},
11471147
note = {R package version 1.0.0},
11481148
url = {https://docs.ropensci.org/nuts/},
1149-
doi = {https://doi.org/10.5281/zenodo.10573057},
1149+
doi = {https://doi.org/10.5281/zenodo.10885973},
11501150
}
11511151
```
1152-
1153-

0 commit comments

Comments
 (0)