-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
68 lines (68 loc) · 2.05 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
Type: Package
Package: traits.build
Title: A workflow for harmonising trait data from diverse sources into a documented standard structure
Version: 2.0.0
Maintainer: Daniel Falster <[email protected]>
Authors@R: c(
person(given = "Daniel", family = "Falster", role = c("cre", "aut"), email = "[email protected]", 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 = "Sophie", family = "Yang", role = c("cur", "aut"), comment = c(ORCID = "0000-0001-7328-345X")),
person(given = "Fonti", family = "Kar", role = c("aut", "ctb"), comment = c(ORCID = "0000-0002-2760-3974")),
person("ARDC", role = c("fnd")),
person("ARC", role = c("fnd"))
)
Description: The `traits.build` package provides a workflow to harmonise trait data from diverse sources. The code was originally built to support AusTraits (see Falster et al 2021, <doi:10.1038/s41597-021-01006-6>, <https://github.com/traitecoevo/autraits.build>) and has been generalised here to support construction of other trait databases. For detailed instructions and examples see <https://traitecoevo.github.io/traits.build-book/>.
BugReports: https://github.com/traitecoevo/traits.build/issues
URL: http://traitecoevo.github.io/traits.build/
License: BSD_2_clause + file LICENCE
Depends:
R (>= 4.3.0),
base,
dplyr,
lubridate,
readr,
stringr,
tidyr,
austraits
Imports:
crayon,
git2r,
kableExtra,
magrittr,
purrr,
forcats,
RefManageR,
rlang,
rmarkdown,
stringi,
styler,
testthat,
tibble,
whisker,
yaml,
lifecycle
Suggests:
furrr,
remake,
leaflet,
bibtex,
knitr,
bench,
devtools,
markdown,
pkgdown,
rcrossref,
ggplot2,
ggbeeswarm,
gridExtra,
scales,
zip,
covr
Remotes:
richfitz/remake,
traitecoevo/austraits
Encoding: UTF-8
VignetteBuilder: knitr
RoxygenNote: 7.3.2
Config/testthat/edition: 3
Roxygen: list(markdown = TRUE)