-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
52 lines (52 loc) · 1.71 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
Package: traits.build.manual
Title: Traits.build R Package User Manual
Description: This repository is the traits.build R package user manual. It contains in-depth details about the traits.build data standard, R package and workflow, advice about best practices, and tutorials. The manual is implemented as a typical 'bookdown' project with a single '_quarto.yml' file at the top level and one R Markdown source file for each chapter. End users are encouraged to read the rendered output at <https://traitecoevo.github.io/traits.build-book>.
Version: 0.1.0
URL: https://traitecoevo.github.io/traits.build-book
BugReports: https://github.com/traitecoevo/traits.build-book/issues
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("ARDC", role = c("fnd")),
person("ARC", role = c("fnd"))
)
License: MIT + file LICENSE
Depends:
R (>= 4.2.0),
austraits,
traits.build (>= 1.0.0),
APCalign,
readr,
dplyr,
tidyr,
stringr,
tidyverse,
ggdist,
gghalves,
ggtext,
galah,
sf,
ozmaps,
pilot,
ggbeeswarm (>= 0.7.1),
gridExtra,
ggpointdensity,
scales,
forcats,
viridis,
lubridate
Suggests:
knitr (>= 1.30),
rmarkdown (>= 2.4),
testthat (>= 2.3.2),
purrr
Remotes:
traitecoevo/traits.build@develop,
traitecoevo/austraits@master,
olihawkins/pilot
Encoding: UTF-8
Language: en-UK
Roxygen: list(markdown = TRUE)
VignetteBuilder: knitr
RoxygenNote: 7.2.3