forked from shannonpileggi/gtreg
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
47 lines (47 loc) · 1.44 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 with 'gtsummary'
Version: 0.0.0.9000
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
using the 'gtsummary' package as the backend. Tables can be exported
to HTML, RTF, Word, PDF and more. Highly customizable outputs are
available by utilizing existing styling function from 'gtsummary' as
well as custom options designed for regulatory tables.
License: MIT + file LICENSE
URL: https://www.pipinghotdata.com/gtreg
BugReports: https://github.com/shannonpileggi/gtreg/issues
Depends:
R (>= 3.4)
Imports:
broom.helpers (>= 1.5.0),
cli (>= 3.1.0),
dplyr (>= 1.0.7),
forcats (>= 0.5.1),
gtsummary (>= 1.6.0.9011),
knitr (>= 1.37),
purrr (>= 0.3.4),
rlang (>= 1.0.0),
stringr (>= 1.4.0),
tibble (>= 3.1.6),
tidyr (>= 1.1.4)
Suggests:
covr (>= 3.5.1),
gt (>= 0.3.1),
rmarkdown,
spelling (>= 2.2),
testthat (>= 3.1.1)
VignetteBuilder:
knitr
Remotes:
ddsjoberg/gtsummary
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.0