-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathDESCRIPTION
47 lines (47 loc) · 1.45 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
Package: gtreg
Title: Regulatory Tables for Clinical Research
Version: 0.4.0
Authors@R: c(
person("Shannon", "Pileggi", , "[email protected]", role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0002-7732-4164")),
person("Daniel D.", "Sjoberg", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0003-0862-2018"))
)
Description: Creates tables suitable for regulatory agency submission by
leveraging the 'gtsummary' package as the back end. Tables can be exported
to HTML, Word, PDF and more. Highly customized outputs are
available by utilizing existing styling functions from 'gtsummary' as
well as custom options designed for regulatory tables.
License: GPL (>= 3)
URL: https://github.com/shannonpileggi/gtreg,
https://shannonpileggi.github.io/gtreg/
BugReports: https://github.com/shannonpileggi/gtreg/issues
Depends:
R (>= 3.4)
Imports:
broom.helpers (>= 1.13.0),
cli (>= 3.6.1),
dplyr (>= 1.1.1),
forcats (>= 1.0.0),
glue (>= 1.6.2),
gtsummary (>= 2.0.0),
purrr (>= 1.0.1),
rlang (>= 1.1.1),
stringr (>= 1.5.0),
tibble (>= 3.2.1),
tidyr (>= 1.2.1)
Suggests:
covr (>= 3.6.1),
gt (>= 0.10.0),
knitr (>= 1.43),
rmarkdown (>= 2.22),
spelling (>= 2.2.1),
testthat (>= 3.1.9)
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3