Skip to content

Commit

Permalink
update package version
Browse files Browse the repository at this point in the history
  • Loading branch information
wlangera committed Jul 26, 2024
1 parent 77551fe commit 0d20ce4
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .zenodo.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"title": "gcube: Simulating Biodiversity Data Cubes",
"version": "0.2.0",
"version": "0.3.0",
"license": "MIT",
"upload_type": "software",
"description": "<p>Simulation framework for biodiversity data cubes.<\/p>",
Expand Down
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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)")),
Expand Down
5 changes: 5 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 2 additions & 2 deletions inst/CITATION
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 0d20ce4

Please sign in to comment.