-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
credit referess and editors in description and codemeta
- Loading branch information
AAoritz
committed
Mar 12, 2024
1 parent
89c84e3
commit cf42cce
Showing
3 changed files
with
89 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,16 @@ Authors@R: c( | |
person("Moritz", "Hennicke", , "[email protected]", role = c("aut", "cre"), | ||
comment = c(ORCID = "0000-0001-6811-1821")), | ||
person("Werner", "Krause", , "[email protected]", role = "aut", | ||
comment = c(ORCID = "0000-0002-5069-7964")) | ||
comment = c(ORCID = "0000-0002-5069-7964")), | ||
person("Pueyo-Ros", "Josep", role = "rev", | ||
comment = "Josep reviewed the package for rOpenSci, see | ||
https://github.com/ropensci/software-review/issues/623#issuecomment-1951446662"), | ||
person("Le Meur", "Nolwenn", role = "rev", | ||
comment = "Nolwenn reviewed the package for rOpenSci, see | ||
https://github.com/ropensci/software-review/issues/623#issuecomment-1961501137"), | ||
person("Salmon", "Maëlle", role = "rev", | ||
comment = "Maëlle served as an editor for the package for rOpenSci, see | ||
https://github.com/ropensci/software-review/issues/623#issuecomment-1919051113") | ||
) | ||
Description: Motivated by changing administrative boundaries over time, | ||
the 'nuts' package can convert European regional data with NUTS codes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,8 @@ | |
"@context": "https://doi.org/10.5063/schema/codemeta-2.0", | ||
"@type": "SoftwareSourceCode", | ||
"identifier": "nuts", | ||
"description": "Motivated by changing administrative boundaries over time, this package can convert European regional data with NUTS codes between versions (2006, 2010, 2013, 2016 and 2021) and levels (NUTS 1, NUTS 2 and NUTS 3). The package uses spatial interpolation based on granular (100mx100m) population and land use data provided by the European Commission's Joint Research Center. ", | ||
"name": "nuts: Convert European Regional Data in R", | ||
"description": "Motivated by changing administrative boundaries over time, the 'nuts' package can convert European regional data with NUTS codes between versions (2006, 2010, 2013, 2016 and 2021) and levels (NUTS 1, NUTS 2 and NUTS 3). The package uses spatial interpolation based on granular (100mx100m) population and land use data provided by the European Commission's Joint Research Center.", | ||
"name": "nuts: 'nuts': Convert European Regional Data", | ||
"codeRepository": "https://github.com/AAoritz/nuts", | ||
"issueTracker": "https://github.com/AAoritz/nuts/", | ||
"license": "https://spdx.org/licenses/MIT", | ||
|
@@ -37,13 +37,6 @@ | |
"familyName": "Hennicke", | ||
"email": "[email protected]", | ||
"@id": "https://orcid.org/0000-0001-6811-1821" | ||
}, | ||
{ | ||
"@type": "Person", | ||
"givenName": "Werner", | ||
"familyName": "Krause", | ||
"email": "[email protected]", | ||
"@id": "https://orcid.org/0000-0002-5069-7964" | ||
} | ||
], | ||
"softwareSuggestions": [ | ||
|
@@ -239,6 +232,18 @@ | |
}, | ||
"sameAs": "https://CRAN.R-project.org/package=sf" | ||
}, | ||
{ | ||
"@type": "SoftwareApplication", | ||
"identifier": "stringr", | ||
"name": "stringr", | ||
"provider": { | ||
"@id": "https://cran.r-project.org", | ||
"@type": "Organization", | ||
"name": "Comprehensive R Archive Network (CRAN)", | ||
"url": "https://cran.r-project.org" | ||
}, | ||
"sameAs": "https://CRAN.R-project.org/package=stringr" | ||
}, | ||
{ | ||
"@type": "SoftwareApplication", | ||
"identifier": "terra", | ||
|
@@ -274,22 +279,40 @@ | |
"url": "https://cran.r-project.org" | ||
}, | ||
"sameAs": "https://CRAN.R-project.org/package=tidyr" | ||
}, | ||
{ | ||
"@type": "SoftwareApplication", | ||
"identifier": "withr", | ||
"name": "withr", | ||
"provider": { | ||
"@id": "https://cran.r-project.org", | ||
"@type": "Organization", | ||
"name": "Comprehensive R Archive Network (CRAN)", | ||
"url": "https://cran.r-project.org" | ||
}, | ||
"sameAs": "https://CRAN.R-project.org/package=withr" | ||
} | ||
], | ||
"softwareRequirements": { | ||
"1": { | ||
"@type": "SoftwareApplication", | ||
"identifier": "crayon", | ||
"name": "crayon", | ||
"identifier": "R", | ||
"name": "R", | ||
"version": ">= 3.5.0" | ||
}, | ||
"2": { | ||
"@type": "SoftwareApplication", | ||
"identifier": "cli", | ||
"name": "cli", | ||
"provider": { | ||
"@id": "https://cran.r-project.org", | ||
"@type": "Organization", | ||
"name": "Comprehensive R Archive Network (CRAN)", | ||
"url": "https://cran.r-project.org" | ||
}, | ||
"sameAs": "https://CRAN.R-project.org/package=crayon" | ||
"sameAs": "https://CRAN.R-project.org/package=cli" | ||
}, | ||
"2": { | ||
"3": { | ||
"@type": "SoftwareApplication", | ||
"identifier": "dplyr", | ||
"name": "dplyr", | ||
|
@@ -301,27 +324,45 @@ | |
}, | ||
"sameAs": "https://CRAN.R-project.org/package=dplyr" | ||
}, | ||
"3": { | ||
"4": { | ||
"@type": "SoftwareApplication", | ||
"identifier": "stringr", | ||
"name": "stringr", | ||
"identifier": "glue", | ||
"name": "glue", | ||
"provider": { | ||
"@id": "https://cran.r-project.org", | ||
"@type": "Organization", | ||
"name": "Comprehensive R Archive Network (CRAN)", | ||
"url": "https://cran.r-project.org" | ||
}, | ||
"sameAs": "https://CRAN.R-project.org/package=stringr" | ||
"sameAs": "https://CRAN.R-project.org/package=glue" | ||
}, | ||
"4": { | ||
"5": { | ||
"@type": "SoftwareApplication", | ||
"identifier": "R", | ||
"name": "R", | ||
"version": ">= 3.5.0" | ||
"identifier": "lifecycle", | ||
"name": "lifecycle", | ||
"provider": { | ||
"@id": "https://cran.r-project.org", | ||
"@type": "Organization", | ||
"name": "Comprehensive R Archive Network (CRAN)", | ||
"url": "https://cran.r-project.org" | ||
}, | ||
"sameAs": "https://CRAN.R-project.org/package=lifecycle" | ||
}, | ||
"6": { | ||
"@type": "SoftwareApplication", | ||
"identifier": "rlang", | ||
"name": "rlang", | ||
"provider": { | ||
"@id": "https://cran.r-project.org", | ||
"@type": "Organization", | ||
"name": "Comprehensive R Archive Network (CRAN)", | ||
"url": "https://cran.r-project.org" | ||
}, | ||
"sameAs": "https://CRAN.R-project.org/package=rlang" | ||
}, | ||
"SystemRequirements": null | ||
}, | ||
"fileSize": "10911.083KB", | ||
"fileSize": "10948.537KB", | ||
"citation": [ | ||
{ | ||
"@type": "SoftwareSourceCode", | ||
|
@@ -338,13 +379,20 @@ | |
"familyName": "Krause" | ||
} | ||
], | ||
"name": "nuts: Convert European Regional Data in R", | ||
"name": "nuts: Convert European Regional Data", | ||
"url": "https://AAoritz.github.io/nuts/", | ||
"description": "R package version 0.0.0.9000" | ||
} | ||
], | ||
"relatedLink": "https://AAoritz.github.io/nuts/", | ||
"releaseNotes": "https://github.com/AAoritz/nuts/blob/master/NEWS.md", | ||
"readme": "https://github.com/AAoritz/nuts/blob/main/README.md", | ||
"contIntegration": "https://github.com/AAoritz/nuts/actions/workflows/check-standard.yaml", | ||
"contIntegration": ["https://github.com/AAoritz/nuts/actions/workflows/R-CMD-check.yaml", "https://codecov.io/gh/AAoritz/nuts"], | ||
"developmentStatus": "https://www.repostatus.org/#wip", | ||
"review": { | ||
"@type": "Review", | ||
"url": "https://github.com/ropensci/software-review/issues/623", | ||
"provider": "https://ropensci.org" | ||
}, | ||
"keywords": ["europe", "european-union", "nuts", "nuts-regions", "regional-data", "nuts-codes", "eurostat", "nomenclature"] | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.