-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
31 lines (31 loc) · 1.35 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
Type: Compendium
Package: austraits.build
Title: Reprository used to build an AusTraits data resource
Version: 0.9.0
Maintainer: Daniel Falster <daniel.falster@unsw.edu.au>
Authors@R: c(
person(given = "Daniel", family = "Falster", role = c("cre", "aut"), email = "daniel.falster@unsw.edu.au", comment = c(ORCID = "0000-0002-9814-092X")),
person(given = "Elizabeth", family = "Wenk", role = c("cur", "aut"), comment = c(ORCID = "0000-0001-5640-5910")),
person(given = "Rachael", family = "Gallagher", role = c("aut", "cur"), comment = c(ORCID = "0000-0002-4680-8115")),
person(given = "Stuart", family = "Allen", role = c("ctb")),
person("ARDC", role = c("fnd")),
person("ARC", role = c("fnd"))
)
Description: This compendium compiles the AusTraits database, an open-source compilation of data on the traits of Australian plant species (see Falster et al 2021, <doi:10.1038/s41597-021-01006-6>). For more information on AusTraits go to https://austraits.org.
BugReports: https://github.com/traitecoevo/austraits.build/issues
URL: http://traitecoevo.github.io/austraits.build/
License: BSD_2_clause + file LICENCE
Depends:
R (>= 4.2.0),
base,
traits.build (>= 1.0.1),
dplyr,
lubridate,
stringr,
furrr
Remotes:
traitecoevo/traits.build@v1.0.1
Encoding: UTF-8
VignetteBuilder: knitr
RoxygenNote: 7.2.3
Config/testthat/edition: 3