From 1563c6197d46ad00b51c29670ddb8d3e3b65e261 Mon Sep 17 00:00:00 2001 From: AAoritz Date: Thu, 14 Mar 2024 12:01:17 +0100 Subject: [PATCH] increment version --- DESCRIPTION | 2 +- NEWS.md | 12 ++++++++++++ README.md | 6 +++--- codemeta.json | 22 +++++++++++----------- inst/CITATION | 2 +- 5 files changed, 28 insertions(+), 16 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 51b07f9..d962063 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -52,4 +52,4 @@ Config/testthat/edition: 3 Encoding: UTF-8 LazyData: true Roxygen: list(markdown = TRUE) -RoxygenNote: 7.3.1 +RoxygenNote: 7.3.1 \ No newline at end of file diff --git a/NEWS.md b/NEWS.md index 8c98cc0..33445dc 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,17 @@ # nuts 1.0.0 +* First release +* nuts is now a part of rOpenSci after [peer-review](https://github.com/ropensci/software-review/issues/623)! +* Functions were renamed to be consistent with rOpenSci's style guide +* Verbosity control was added +* Repeated chunks of code were reorganized into functions +* Option for summarizing missing weights included +* User interface rewritten with `cli` +* Imports were further reduced +* Tests were reorganized and expanded +* Documentation was updated + + # nuts 0.0.0.9000 * Development version launch diff --git a/README.md b/README.md index 88d7802..63a7562 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # nuts - [![R-CMD-check](https://github.com/AAoritz/nuts/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/AAoritz/nuts/actions/workflows/R-CMD-check.yaml) + [![R-CMD-check](https://github.com/ropensci/nuts/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/ropensci/nuts/actions/workflows/R-CMD-check.yaml) [![codecov](https://codecov.io/gh/AAoritz/nuts/graph/badge.svg?token=UXSUFJOD2U)](https://codecov.io/gh/AAoritz/nuts) - [![Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.](https://www.repostatus.org/badges/latest/wip.svg)](https://www.repostatus.org/#wip) - [![Status at rOpenSci Software Peer Review](https://badges.ropensci.org/623_status.svg)](https://github.com/ropensci/software-review/issues/623) + [![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active) + [![Status at rOpenSci Software Peer Review](https://badges.ropensci.org/155_status.svg)](https://github.com/ropensci/software-review/issues/623) Changing administrative regional boundaries over time complicates the construction of consistent regional panel data. The `nuts` package can transform **European regional data** identified by **NUTS codes** between different **versions** and **subdivision levels** with the aim to harmonize and link data sets. diff --git a/codemeta.json b/codemeta.json index cd86648..6c716be 100644 --- a/codemeta.json +++ b/codemeta.json @@ -4,10 +4,11 @@ "identifier": "nuts", "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/", + "relatedLink": "https://docs.ropensci.org/nuts", + "codeRepository": "https://github.com/ropensci/nuts", + "issueTracker": "https://github.com/ropensci/nuts", "license": "https://spdx.org/licenses/MIT", - "version": "0.0.0.9000", + "version": "1.0.0", "programmingLanguage": { "@type": "ComputerLanguage", "name": "R", @@ -362,7 +363,7 @@ }, "SystemRequirements": null }, - "fileSize": "10948.537KB", + "fileSize": "10948.383KB", "citation": [ { "@type": "SoftwareSourceCode", @@ -380,15 +381,14 @@ } ], "name": "nuts: Convert European Regional Data", - "url": "https://AAoritz.github.io/nuts/", - "description": "R package version 0.0.0.9000" + "url": "https://docs.ropensci.org/nuts", + "description": "R package version 1.0.0" } ], - "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/R-CMD-check.yaml", "https://codecov.io/gh/AAoritz/nuts"], - "developmentStatus": "https://www.repostatus.org/#wip", + "releaseNotes": "https://github.com/ropensci/nuts/blob/master/NEWS.md", + "readme": "https://github.com/ropensci/nuts/blob/main/README.md", + "contIntegration": ["https://github.com/ropensci/nuts/actions/workflows/R-CMD-check.yaml", "https://codecov.io/gh/AAoritz/nuts"], + "developmentStatus": "https://www.repostatus.org/#active", "review": { "@type": "Review", "url": "https://github.com/ropensci/software-review/issues/623", diff --git a/inst/CITATION b/inst/CITATION index e455df5..e1e5653 100644 --- a/inst/CITATION +++ b/inst/CITATION @@ -3,6 +3,6 @@ bibentry( title = "nuts: Convert European Regional Data", author = "Moritz Hennicke, Werner Krause", year = "2024", - note = "R package version 0.0.0.9000", + note = "R package version 1.0.0", url = "https://docs.ropensci.org/nuts", )