-
Notifications
You must be signed in to change notification settings - Fork 129
/
Copy pathDESCRIPTION
100 lines (100 loc) · 3.36 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
Package: gtsummary
Title: Presentation-Ready Data Summary and Analytic Result Tables
Version: 2.0.4.9011
Authors@R: c(
person("Daniel D.", "Sjoberg", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-0862-2018")),
person("Joseph", "Larmarange", role = "aut",
comment = c(ORCID = "0000-0001-7097-700X")),
person("Michael", "Curry", role = "aut",
comment = c(ORCID = "0000-0002-0261-4044")),
person("Jessica", "Lavery", role = "aut",
comment = c(ORCID = "0000-0002-2746-5647")),
person("Karissa", "Whiting", role = "aut",
comment = c(ORCID = "0000-0002-4683-1868")),
person("Emily C.", "Zabor", role = "aut",
comment = c(ORCID = "0000-0002-1402-4498")),
person("Xing", "Bai", role = "ctb"),
person("Esther", "Drill", role = "ctb",
comment = c(ORCID = "0000-0002-3315-4538")),
person("Jessica", "Flynn", role = "ctb",
comment = c(ORCID = "0000-0001-8310-6684")),
person("Margie", "Hannum", role = "ctb",
comment = c(ORCID = "0000-0002-2953-0449")),
person("Stephanie", "Lobaugh", role = "ctb"),
person("Shannon", "Pileggi", role = "ctb",
comment = c(ORCID = "0000-0002-7732-4164")),
person("Amy", "Tin", role = "ctb",
comment = c(ORCID = "0000-0002-8005-0694")),
person("Gustavo", "Zapata Wainberg", role = "ctb",
comment = c(ORCID = "0000-0002-2524-3637"))
)
Description: Creates presentation-ready tables summarizing data sets,
regression models, and more. The code to create the tables is concise
and highly customizable. Data frames can be summarized with any
function, e.g. mean(), median(), even user-written functions.
Regression models are summarized and include the reference rows for
categorical variables. Common regression models, such as logistic
regression and Cox proportional hazards regression, are automatically
identified and the tables are pre-filled with appropriate column
headers.
License: MIT + file LICENSE
URL: https://github.com/ddsjoberg/gtsummary,
https://www.danieldsjoberg.com/gtsummary/
BugReports: https://github.com/ddsjoberg/gtsummary/issues
Depends:
R (>= 4.2)
Imports:
cards (>= 0.4.0),
cli (>= 3.6.3),
dplyr (>= 1.1.3),
glue (>= 1.8.0),
gt (>= 0.11.1),
lifecycle (>= 1.0.3),
rlang (>= 1.1.1),
tidyr (>= 1.3.0),
vctrs (>= 0.6.4)
Suggests:
aod (>= 1.3.3),
broom (>= 1.0.5),
broom.helpers (>= 1.17.0),
broom.mixed (>= 0.2.9),
car (>= 3.0-11),
cardx (>= 0.2.2.9006),
cmprsk,
effectsize (>= 0.6.0),
emmeans (>= 1.7.3),
flextable (>= 0.8.1),
geepack (>= 1.3.10),
ggstats (>= 0.2.1),
huxtable (>= 5.4.0),
insight (>= 0.15.0),
kableExtra (>= 1.3.4),
knitr (>= 1.37),
lme4 (>= 1.1-31),
mice (>= 3.10.0),
nnet,
officer,
openxlsx,
parameters (>= 0.20.2),
parsnip (>= 0.1.7),
rmarkdown,
smd (>= 0.6.6),
spelling,
survey (>= 4.2),
survival (>= 3.6-4),
testthat (>= 3.2.0),
withr (>= 2.5.0),
workflows (>= 0.2.4)
Remotes: insightsengineering/cardx
VignetteBuilder:
knitr
Config/Needs/check: hms
Config/Needs/website: forcats, scales
Config/testthat/edition: 3
Config/testthat/parallel: true
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2