From 0d20ce400cf86c5f74445927ff230d258590c973 Mon Sep 17 00:00:00 2001 From: wlangera Date: Fri, 26 Jul 2024 12:57:45 +0200 Subject: [PATCH] update package version --- .zenodo.json | 2 +- CITATION.cff | 2 +- DESCRIPTION | 2 +- NEWS.md | 5 +++++ inst/CITATION | 4 ++-- 5 files changed, 10 insertions(+), 5 deletions(-) diff --git a/.zenodo.json b/.zenodo.json index 02111e30..396fba97 100644 --- a/.zenodo.json +++ b/.zenodo.json @@ -1,6 +1,6 @@ { "title": "gcube: Simulating Biodiversity Data Cubes", - "version": "0.2.0", + "version": "0.3.0", "license": "MIT", "upload_type": "software", "description": "

Simulation framework for biodiversity data cubes.<\/p>", diff --git a/CITATION.cff b/CITATION.cff index bbf65a95..b99e8f4c 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -25,4 +25,4 @@ abstract: "Simulation framework for biodiversity data cubes." identifiers: - type: url value: https://b-cubed-eu.github.io/gcube/ -version: 0.2.0 +version: 0.3.0 diff --git a/DESCRIPTION b/DESCRIPTION index a7a37789..00b02c6d 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: gcube Title: Simulating Biodiversity Data Cubes -Version: 0.2.0 +Version: 0.3.0 Authors@R: c( person("Ward", "Langeraert", , "ward.langeraert@inbo.be", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-5900-8109", affiliation = "Research Institute for Nature and Forest (INBO)")), diff --git a/NEWS.md b/NEWS.md index e32bf7db..3d219231 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,8 @@ +# gcube 0.3.0 + +* `generate_taxonomy()` also creates species key. +* Fix bug for mapping simulate occurrences without specified temporal function. + # gcube 0.2.0 * Improve function checks with `stopifnot()` and the [assertthat](https://CRAN.R-project.org/package=assertthat) package. diff --git a/inst/CITATION b/inst/CITATION index 8cbc8d08..ef0a8fed 100644 --- a/inst/CITATION +++ b/inst/CITATION @@ -2,12 +2,12 @@ citHeader("To cite `gcube` in publications please use:") # begin checklist entry bibentry( bibtype = "Manual", - title = "gcube: Simulating Biodiversity Data Cubes. Version 0.2.0", + title = "gcube: Simulating Biodiversity Data Cubes. Version 0.3.0", author = c( author = c(person(given = "Ward", family = "Langeraert"))), year = 2024, url = "https://b-cubed-eu.github.io/gcube/", abstract = "Simulation framework for biodiversity data cubes.", - textVersion = "Langeraert, Ward (2024) gcube: Simulating Biodiversity Data Cubes. Version 0.2.0. https://b-cubed-eu.github.io/gcube/", + textVersion = "Langeraert, Ward (2024) gcube: Simulating Biodiversity Data Cubes. Version 0.3.0. https://b-cubed-eu.github.io/gcube/", keywords = "simulation; data cubes; B-Cubed; biodiversity; Monte-Carlo", ) # end checklist entry