forked from ddsjoberg/gtsummary
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
116 lines (116 loc) · 3.4 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
Package: gtsummary
Title: Presentation-Ready Data Summary and Analytic Result
Tables
Version: 1.4.0.9006
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 = "Michael",
family = "Curry",
role = "aut",
comment = c(ORCID = "0000-0002-0261-4044")),
person(given = "Margie",
family = "Hannum",
role = "aut",
comment = c(ORCID = "0000-0002-2953-0449")),
person(given = "Joseph",
family = "Larmarange",
role = "aut",
comment = c(ORCID = "0000-0001-7097-700X")),
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 = "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 = "Jessica",
family = "Lavery",
role = "ctb",
comment = c(ORCID = "0000-0002-2746-5647")),
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.6),
broom.helpers (>= 1.3.0),
cli (>= 2.3.0),
dplyr (>= 1.0.3),
forcats (>= 0.5.0),
glue (>= 1.4.1),
gt (>= 0.2.2),
knitr (>= 1.29),
lifecycle (>= 0.2.0),
purrr (>= 0.3.4),
rlang (>= 0.4.10),
stringr (>= 1.4.0),
survival,
tibble (>= 3.0.3),
tidyr (>= 1.1.1)
Suggests:
broom.mixed (>= 0.2.6),
car,
covr,
effectsize,
flextable (>= 0.5.10),
geepack,
GGally (>= 2.1.0),
Hmisc,
huxtable (>= 5.0.0),
kableExtra,
lme4,
mgcv,
mice,
nnet,
officer,
parameters,
parsnip,
pkgdown,
rmarkdown,
scales,
spelling (>= 2.2),
survey,
testthat,
workflows
VignetteBuilder:
knitr
RdMacros:
lifecycle
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Config/testthat/edition: 3
Config/testthat/parallel: true