|
1 | 1 | Package: APCalign
|
2 | 2 | Title: Resolving Plant Taxon Names Using the Australian Plant Census
|
3 |
| -Version: 1.1.3 |
| 3 | +Version: 1.1.4 |
4 | 4 | Authors@R: c(
|
5 | 5 | person(given = "Daniel", family = "Falster", role = c("aut", "cre", "cph"), email = " [email protected]", comment = c(ORCID = "0000-0002-9814-092X")),
|
6 | 6 | person(given = "Elizabeth", family = "Wenk", role = c("aut", "ctb"), email = " [email protected]", comment = c(ORCID = "0000-0001-5640-5910")),
|
7 | 7 | person(given = "Will", family = "Cornwell", role = c("aut", "ctb"), email = " [email protected]", comment = c(ORCID = "0000-0003-4080-4073")),
|
8 | 8 | person(given = "Fonti", family = "Kar", role = c("aut", "ctb"), email = " [email protected]", comment = c(ORCID = "0000-0002-2760-3974")),
|
9 | 9 | person(given = "Carl", family= "Boettiger", role = c("ctb"), email = " [email protected]", comment = c(ORCID = "0000-0002-1642-628X"))
|
10 | 10 | )
|
11 |
| -Description: The process of resolving taxon names is necessary when working with biodiversity data. 'APCalign' uses the Australian Plant Census (APC) and the Australian Plant Name Index (APNI) to align and update plant taxon names to current, accepted standards. 'APCalign' also supplies information about the established status of plant taxa across different states/territories. |
| 11 | +Description: The process of resolving and updating taxon names is necessary when working with biodiversity data. 'APCalign' uses the Australian Plant Census (APC) and the Australian Plant Name Index (APNI) to align and update plant taxon names to current, accepted standards. 'APCalign' also supplies information about the establishment status (i.e. native or introduced) of plant taxa across different states/territories. https://www.publish.csiro.au/bt/pdf/BT24014 https://doi.org/10.1071/BT24014 |
12 | 12 | License: MIT + file LICENSE
|
13 | 13 | Encoding: UTF-8
|
14 | 14 | Language: en
|
@@ -41,5 +41,5 @@ Roxygen: list(markdown = TRUE)
|
41 | 41 | RoxygenNote: 7.3.2
|
42 | 42 | Config/testthat/edition: 3
|
43 | 43 | VignetteBuilder: knitr
|
44 |
| -URL: https://traitecoevo.github.io/APCalign/, https://github.com/traitecoevo/APCalign |
| 44 | +URL: https://traitecoevo.github.io/APCalign/, https://github.com/traitecoevo/APCalign, https://www.publish.csiro.au/bt/pdf/BT24014, https://doi.org/10.1071/BT24014 |
45 | 45 | BugReports: https://github.com/traitecoevo/APCalign/issues
|
0 commit comments