-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
51 lines (51 loc) · 1.39 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
Package: biometrics
Title: General Use Functions - The Kids Research Institute Australia, Biostatistics Team
Version: 1.2.3
Authors@R: c(person("Matthew", "Cooper",
email = "[email protected]", role = c("aut", "cre")))
Date: 2023-06-14
Description: This package includes RMarkdown and ioslides templates that incorporate
the The Kid’s style guide and emulate the Institutes Web theme.
A number of helper functions and data-sets are also available.
License: GPL-3 + file LICENSE
Encoding: UTF-8
LazyData: true
Depends:
R (>= 4.1.0),
extrafont (>= 0.1)
Imports:
broom (>= 0.5.6),
dplyr (>= 1.0.0),
GGally (>= 2.1.2),
ggplot2 (>= 3.3.2),
here (>= 1.0.1),
huxtable (>= 5.5.0),
igraph (>= 1.2.5),
janitor (>= 2.1.0),
jtools (>= 1.2.5),
kableExtra (>= 1.1.0),
lubridate (>= 1.7.9),
magrittr (>= 2.0.1),
ProjectTemplate (>= 0.10.3),
purrr (>= 0.3.4),
repmis (>= 0.5),
rmarkdown (>= 2.3),
stringr (>= 1.4.0),
tibble (>= 3.0.1),
tidyr (>= 1.1.0),
tidyselect (>= 1.1.0),
tidyverse (>= 2.0.0),
labelled (>= 2.8.0),
withr (>= 2.4.2)
Suggests:
broom.mixed (>= 0.2.6),
readr (>= 1.3.1),
forcats (>= 0.5.0),
knitr (>= 1.21),
huxtable (>= 5.0.0),
ggstance (>= 0.3.4),
XML (>= 3.99-0.3),
testthat (>= 3.0.0)
VignetteBuilder: knitr
RoxygenNote: 7.3.2
Config/testthat/edition: 3