forked from ddsjoberg/gtsummary
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
137 lines (137 loc) · 4.08 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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
Package: gtsummary
Title: Presentation-Ready Data Summary and Analytic Result
Tables
Version: 1.7.2.9000
Authors@R:
c(person(given = "Daniel D.",
family = "Sjoberg",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-0862-2018")),
person(given = "Joseph",
family = "Larmarange",
role = "aut",
comment = c(ORCID = "0000-0001-7097-700X")),
person(given = "Michael",
family = "Curry",
role = "aut",
comment = c(ORCID = "0000-0002-0261-4044")),
person(given = "Jessica",
family = "Lavery",
role = "aut",
comment = c(ORCID = "0000-0002-2746-5647")),
person(given = "Karissa",
family = "Whiting",
role = "aut",
comment = c(ORCID = "0000-0002-4683-1868")),
person(given = "Emily C.",
family = "Zabor",
role = "aut",
comment = c(ORCID = "0000-0002-1402-4498")),
person(given = "Xing",
family = "Bai",
role = "ctb"),
person(given = "Esther",
family = "Drill",
role = "ctb",
comment = c(ORCID = "0000-0002-3315-4538")),
person(given = "Jessica",
family = "Flynn",
role = "ctb",
comment = c(ORCID = "0000-0001-8310-6684")),
person(given = "Margie",
family = "Hannum",
role = "ctb",
comment = c(ORCID = "0000-0002-2953-0449")),
person(given = "Stephanie",
family = "Lobaugh",
role = "ctb"),
person(given = "Shannon",
family = "Pileggi",
role = "ctb",
comment = c(ORCID = "0000-0002-7732-4164")),
person(given = "Amy",
family = "Tin",
role = "ctb",
comment = c(ORCID = "0000-0002-8005-0694")),
person(given = "Gustavo",
family = "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 (>= 3.4)
Imports:
broom (>= 1.0.1),
broom.helpers (>= 1.13.0),
cli (>= 3.1.1),
dplyr (>= 1.1.1),
forcats (>= 1.0.0),
glue (>= 1.6.2),
gt (>= 0.9.0),
knitr (>= 1.37),
lifecycle (>= 1.0.1),
purrr (>= 1.0.1),
rlang (>= 1.0.3),
stringr (>= 1.4.0),
tibble (>= 3.2.1),
tidyr (>= 1.1.4),
vctrs (>= 0.5.2)
Suggests:
aod (>= 1.3.1),
broom.mixed (>= 0.2.9),
car (>= 3.0-11),
cmprsk,
covr,
effectsize (>= 0.6.0),
emmeans (>= 1.7.3),
flextable (>= 0.8.1),
geepack,
ggstats (>= 0.2.1),
Hmisc,
huxtable (>= 5.4.0),
insight (>= 0.15.0),
kableExtra (>= 1.3.4),
lme4,
mgcv,
mice (>= 3.10.0),
nnet,
officer,
openxlsx,
parameters (>= 0.20.2),
parsnip (>= 0.1.7),
rmarkdown,
sandwich (>= 3.0.1),
scales,
smd (>= 0.6.6),
spelling (>= 2.2),
survey,
survival (>= 3.2-11),
testthat (>= 3.0.4),
tidycmprsk (>= 0.1.2),
workflows (>= 0.2.4)
VignetteBuilder:
knitr
RdMacros:
lifecycle
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Config/testthat/edition: 3
Config/testthat/parallel: true
Config/Needs/website:
lubridate