Skip to content

Commit

Permalink
Merge pull request #196 from inbo/dev_nextrelease
Browse files Browse the repository at this point in the history
Preparing version 0.12.0
  • Loading branch information
florisvdh authored Jan 10, 2025
2 parents 74bce51 + 8f89f2d commit 8be10bb
Show file tree
Hide file tree
Showing 9 changed files with 228 additions and 117 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.11.0",
"version": "0.12.0",
"creators": [
{
"name": "Vanderhaeghe, Floris",
Expand Down
3 changes: 2 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: n2khab
Title: Providing Preprocessed Reference Data for Flemish Natura 2000 Habitat Analyses
Version: 0.11.0
Version: 0.12.0
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("aut"), comment = c(ORCID = "0000-0003-2478-9459")),
Expand Down Expand Up @@ -44,6 +44,7 @@ Imports:
sf,
stringr,
tidyr (>= 1.0.0),
tidyselect
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
Expand Down
3 changes: 3 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ importFrom(dplyr,mutate)
importFrom(dplyr,mutate_at)
importFrom(dplyr,mutate_if)
importFrom(dplyr,n)
importFrom(dplyr,na_if)
importFrom(dplyr,pull)
importFrom(dplyr,recode)
importFrom(dplyr,relocate)
Expand Down Expand Up @@ -108,5 +109,7 @@ importFrom(stringr,str_to_title)
importFrom(tidyr,nest)
importFrom(tidyr,tribble)
importFrom(tidyr,unnest)
importFrom(tidyselect,any_of)
importFrom(tidyselect,where)
importFrom(utils,packageDescription)
importFrom(utils,packageVersion)
9 changes: 9 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# n2khab 0.12.0 (2025-01-10)

## Support for new data source versions

The following new data source versions are now supported by the corresponding functions (#192):

- `watersurfaces_2024` (`read_watersurfaces()`)
- `watersurfaces_hab_v6` (`read_watersurfaces_hab()`)

# n2khab 0.11.0 (2024-10-03)

## Support for new data source versions
Expand Down
Loading

0 comments on commit 8be10bb

Please sign in to comment.