Skip to content

Commit

Permalink
Merge pull request #17 from inbo/dev_nextrelease
Browse files Browse the repository at this point in the history
Preparing version 0.3.1
  • Loading branch information
florisvdh authored Oct 7, 2024
2 parents 57820de + 88d5993 commit dfeaa31
Show file tree
Hide file tree
Showing 8 changed files with 205 additions and 120 deletions.
2 changes: 1 addition & 1 deletion .zenodo.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"license": "GPL-3.0",
"upload_type": "software",
"access_right": "open",
"version": "0.3.0",
"version": "0.3.1",
"creators": [
{
"name": "Vanderhaeghe, Floris",
Expand Down
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: n2khabmon
Title: Prepare and Manage N2KHAB Monitoring Schemes
Version: 0.3.0
Version: 0.3.1
Authors@R: c(
person("Floris", "Vanderhaeghe", email = "floris.vanderhaeghe@inbo.be", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-6378-6229")),
person("Toon", "Westra", email = "toon.westra@inbo.be", role = c("ctb"), comment = c(ORCID = "0000-0003-2478-9459")),
Expand All @@ -20,7 +20,7 @@ Imports:
curl,
dplyr,
git2rdata,
n2khab (>= 0.10.0),
n2khab (>= 0.11.0),
remotes,
rlang,
stringr,
Expand Down
5 changes: 5 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# n2khabmon 0.3.1 (2024-10-07)

- `scheme_types` data source: type `rbbvos+` has been dropped as type level, which is inherited from `{n2khab}` 0.11.0 (#16).
Note that the data source has always only referred to `rbbvos`; `rbbvos` formerly included subtype `rbbvos+`.

# n2khabmon 0.3.0 (2024-06-21)

- `namelist` data source: update names of some schemes (#13).
Expand Down
2 changes: 1 addition & 1 deletion inst/textdata/namelist.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
..generic:
git2rdata: 0.4.0
git2rdata: 0.4.1
optimize: yes
NA string: NA
sorting:
Expand Down
6 changes: 2 additions & 4 deletions inst/textdata/scheme_types.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
..generic:
git2rdata: 0.4.0
git2rdata: 0.4.1
optimize: yes
NA string: NA
sorting:
- scheme
- type
hash: fd5e35e7671efa6e0d9a6fc691da0ac4c745d2fe
hash: bb6f605be54e590109dd85bbbc9577f06dff7eed
data_hash: fc922afef448dda550b49c0d0ac2debc985de441
scheme:
class: factor
Expand Down Expand Up @@ -214,7 +214,6 @@ type:
- rbbkam
- rbbkam+
- rbbvos
- rbbvos+
- rbbzil
- rbbzil+
- '7110'
Expand Down Expand Up @@ -326,7 +325,6 @@ type:
- 57
- 104
- 58
- 105
- 59
- 106
- 107
Expand Down
2 changes: 1 addition & 1 deletion inst/textdata/schemes.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
..generic:
git2rdata: 0.4.0
git2rdata: 0.4.1
optimize: yes
NA string: NA
sorting:
Expand Down
Loading

0 comments on commit dfeaa31

Please sign in to comment.