forked from ddsjoberg/gtsummary
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
120 lines (120 loc) · 3.6 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
Package: gtsummary
Title: Presentation-Ready Data Summary and Analytic Result
Tables
Version: 1.5.0.9000
Authors@R:
c(person(given = "Daniel D.",
family = "Sjoberg",
role = c("aut", "cre"),
email = "danield.sjoberg@gmail.com",
comment = c(ORCID = "0000-0003-0862-2018")),
person(given = "Michael",
family = "Curry",
role = "aut",
comment = c(ORCID = "0000-0002-0261-4044")),
person(given = "Joseph",
family = "Larmarange",
role = "aut",
comment = c(ORCID = "0000-0001-7097-700X")),
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 = "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,
http://www.danieldsjoberg.com/gtsummary/
BugReports: https://github.com/ddsjoberg/gtsummary/issues
Depends:
R (>= 3.4)
Imports:
broom (>= 0.7.9),
broom.helpers (>= 1.4.0),
cli (>= 2.3.0),
dplyr (>= 1.0.3),
forcats (>= 0.5.0),
glue (>= 1.4.1),
gt (>= 0.3.0),
knitr (>= 1.29),
lifecycle (>= 0.2.0),
purrr (>= 0.3.4),
rlang (>= 0.4.10),
stringr (>= 1.4.0),
tibble (>= 3.0.3),
tidyr (>= 1.1.1)
Suggests:
broom.mixed (>= 0.2.7),
car (>= 3.0-11),
covr,
effectsize (>= 0.4.0),
flextable (>= 0.5.10),
geepack,
GGally (>= 2.1.0),
Hmisc,
huxtable (>= 5.0.0),
insight (>= 0.14.4),
kableExtra,
lme4,
mgcv,
mice (>= 3.10.0),
nnet,
officer,
parameters (>= 0.6.0),
parsnip (>= 0.1.7),
rmarkdown,
scales,
smd (>= 0.6.6),
spelling (>= 2.2),
survey,
survival (>= 3.2-11),
testthat (>= 3.0.4),
workflows (>= 0.2.3)
VignetteBuilder:
knitr
RdMacros:
lifecycle
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
Config/testthat/edition: 3
Config/testthat/parallel: true