-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
66 lines (66 loc) · 2.01 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
Package: austraits
Title: Helpful functions to access the AusTraits database and wrangle data from other traits.build databases
Version: 3.0.2
Authors@R:
c(person(given = "Daniel",
family = "Falster",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0002-9814-092X")),
person(given = "Elizabeth",
family = "Wenk",
role = "ctb",
email = "[email protected]",
comment = c(ORCID = "0000-0001-5640-5910")),
person(given = "Fonti",
family = "Kar",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-2760-3974")),
person(given = "Dony",
family = "Indiarto",
role = c("aut"),
comment = c(ORCID = "0000-0001-9546-8201")))
Description: `austraits` allow users to **access, explore and wrangle data** from traits.build relational databases. It is also an R interface to AusTraits, the Australian plant trait database. This package contains functions for joining data from various tables, filtering to specific records, combining multiple databases and visualising the distribution of the data. We expect this package will assist users in working with `traits.build` databases.
License: MIT + file LICENSE
Encoding: UTF-8
Language: en
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Depends:
R (>= 4.0.0),
RefManageR
Imports:
dplyr,
tidyr,
rlang,
purrr,
tidyselect,
stringr,
stats,
jsonlite,
utils,
magrittr,
janitor,
lifecycle,
tibble,
cli
Suggests:
ggplot2,
ggpointdensity,
ggbeeswarm (>= 0.7.1),
gridExtra,
readr,
scales,
forcats,
viridis,
lubridate,
knitr,
rmarkdown,
testthat (>= 3.0.0),
markdown
VignetteBuilder: knitr
Config/testthat/edition: 3
URL: https://traitecoevo.github.io/austraits/
BugReports: https://github.com/traitecoevo/austraits/issues