forked from vincentarelbundock/modelsummary
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
37 lines (37 loc) · 1.05 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
Type: Package
Package: modelsummary
Title: Summary Tables for Statistical Models: Beautiful, Customizable, and
Publication-Ready
Description: Create beautiful, customizable, publication-ready summary tables
for statistical models. 'modelsummary' leverages the power of the 'gt' and
'broom' packages. It can produce tables in HTML, RTF, JPG, and LaTeX formats.
Version: 0.2.1
Authors@R: person("Vincent", "Arel-Bundock",
email = "[email protected]",
role = c("aut", "cre"))
URL: https://github.com/vincentarelbundock/modelsummary
BugReports: https://github.com/vincentarelbundock/modelsummary/issues
Depends:
R (>= 3.4.0)
Imports:
dplyr (>= 0.8.5),
generics (>= 0.0.2),
broom (>= 0.5.1),
tidyr (>= 0.8.0),
stringr (>= 1.3.0),
purrr (>= 0.2.1),
checkmate (>= 1.8.5),
magrittr (>= 1.5),
tibble (>= 1.4.2),
gt (>= 0.2.0)
Suggests:
testthat,
sandwich,
lmtest,
knitr,
MASS,
mice
License: GPL-3
Encoding: UTF-8
LazyData: false
RoxygenNote: 7.1.0