Skip to content

Commit

Permalink
increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
AAoritz committed Mar 14, 2024
1 parent c2f3ef8 commit 1563c61
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 16 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -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
12 changes: 12 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# nuts <img src="man/figures/logo.png" align="right" height="200"/>

<!-- badges: start -->
[![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: WIPInitial 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: ActiveThe 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)
<!-- badges: end -->

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.
Expand Down
22 changes: 11 additions & 11 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -362,7 +363,7 @@
},
"SystemRequirements": null
},
"fileSize": "10948.537KB",
"fileSize": "10948.383KB",
"citation": [
{
"@type": "SoftwareSourceCode",
Expand All @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion inst/CITATION
Original file line number Diff line number Diff line change
Expand Up @@ -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",
)

0 comments on commit 1563c61

Please sign in to comment.