Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
LBreugelmans committed Dec 6, 2024
1 parent d2a4fff commit dac2a50
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ abstract: "A package to calculate and produce a map of phylogenetic diversity sc
percentage of high PD cells within currently protected areas. You provide a phylogenetic
tree, the datacube for the corresponding species is downloaded from GBIF (or user-uploaded),
and the package does the rest."
version: 0.0.2
version: 0.0.3
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: pdindicatoR
Title: Calculate and visualize a phylogenetic diversity indicators based
on species occurence data cubes
Version: 0.0.2
Version: 0.0.3
Authors@R: c(
person("Lissa", "Breugelmans", , "lissa.breugelmans@plantentuinmeise.be", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-8472-3577", affiliation = "Meise Botanic Garden")),
Expand Down
6 changes: 6 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@

# pdindicatoR 0.0.3

* Fixed remaining coding style issues
* Added input checks to functions

# pdindicatoR 0.0.2

* Code review for coding style and spelling
Expand Down
4 changes: 2 additions & 2 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"relatedLink": "https://b-cubed-eu.github.io/pdindicatoR/",
"codeRepository": "https://github.com/b-cubed-eu/pdindicatoR",
"license": "https://spdx.org/licenses/MIT",
"version": "0.0.2",
"version": "0.0.3",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
Expand Down Expand Up @@ -230,7 +230,7 @@
},
"SystemRequirements": null
},
"fileSize": "440886.715KB",
"fileSize": "440891.946KB",
"citation": [
{
"@type": "SoftwareSourceCode",
Expand Down
2 changes: 1 addition & 1 deletion inst/CITATION
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ bibentry(
year = 2024,
url = "https://github.com/b-cubed-eu/pdindicatoR/",
abstract = "A package to calculate and produce a map of phylogenetic diversity scores for each grid cell in the input species occurences data cube, and calculate the percentage of high PD cells within currently protected areas. You provide a phylogenetic tree, the datacube for the corresponding species is downloaded from GBIF (or user-uploaded), and the package does the rest.",
textVersion = "Breugelmans, Lissa; Trekels, Maarten; Hendrickx, Louise (2024) pdindicatoR: Calculate and visualize a phylogenetic diversity indicators based on species occurence data cubes. Version 0.0.2. https://github.com/b-cubed-eu/pdindicatoR/",
textVersion = "Breugelmans, Lissa; Trekels, Maarten; Hendrickx, Louise (2024) pdindicatoR: Calculate and visualize a phylogenetic diversity indicators based on species occurence data cubes. Version 0.0.3. https://github.com/b-cubed-eu/pdindicatoR/",
keywords = "phylogenetic diversity; B-Cubed; biodiversity",
)
# end checklist entry

0 comments on commit dac2a50

Please sign in to comment.