-
Notifications
You must be signed in to change notification settings - Fork 6
/
DESCRIPTION
45 lines (45 loc) · 1.81 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
Package: APCalign
Title: Resolving Plant Taxon Names Using the Australian Plant Census
Version: 1.1.1
Authors@R: c(
person(given = "Daniel", family = "Falster", role = c("aut", "cre", "cph"), email = "[email protected]", comment = c(ORCID = "0000-0002-9814-092X")),
person(given = "Elizabeth", family = "Wenk", role = c("aut", "ctb"), email = "[email protected]", comment = c(ORCID = "0000-0001-5640-5910")),
person(given = "Will", family = "Cornwell", role = c("aut", "ctb"), email = "[email protected]", comment = c(ORCID = "0000-0003-4080-4073")),
person(given = "Fonti", family = "Kar", role = c("aut", "ctb"), email = "[email protected]", comment = c(ORCID = "0000-0002-2760-3974")),
person(given = "Carl", family= "Boettiger", role = c("ctb"), email = "[email protected]", comment = c(ORCID = "0000-0002-1642-628X"))
)
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.
License: MIT + file LICENSE
Encoding: UTF-8
Language: en
LazyData: true
Depends:
R (>= 4.0.0),
Imports:
readr,
purrr,
dplyr,
stringr,
stringi,
stringdist,
crayon,
httr,
jsonlite,
curl,
arrow,
rlang
Suggests:
janitor,
tidyr,
covr,
knitr,
rmarkdown,
kableExtra,
here,
testthat (>= 3.0.0)
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Config/testthat/edition: 3
VignetteBuilder: knitr
URL: https://traitecoevo.github.io/APCalign/, https://github.com/traitecoevo/APCalign
BugReports: https://github.com/traitecoevo/APCalign/issues