forked from traitecoevo/APCalign
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
31 lines (31 loc) · 981 Bytes
/
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
Package: ausflora
Title: An interface to the Australian Plant Census data for taxonomy fixing and diversity counting
Version: 0.0.2.9000
Authors@R:
person(given = "Daniel",
family = "Falster",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0002-9814-092X"))
Description: An interface to the Australian Plant Census data for taxonomy fixing and diversity counting. The two use cases are 1) an Australian plant taxa name list that needs to be updated to current taxonomy and 2) current APC approved diversity counts per state and current accepted splits between native and introduced taxa.
License: MIT + file LICENSE
Encoding: UTF-8
Language: en
LazyData: true
Depends:
R (>= 4.0.0)
Imports:
readr,
forcats,
tibble,
dplyr,
contentid,
stringr,
arrow,
crayon,
magrittr
Suggests:
covr,
testthat (>= 3.0.0)
RoxygenNote: 7.2.3
Config/testthat/edition: 3