forked from vincentarelbundock/modelsummary
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
26 lines (26 loc) · 894 Bytes
/
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
Type: Package
Package: gtsummary
Title: Create beautiful, customizable, publication-ready summary tables for statistical models.
Description: Create beautiful, customizable, publication-ready summary tables for statistical models. `gtsummary` leverages the power of the `gt` and `broom` packages. It can produce tables in html, rtf, and LaTeX formats (text/markdown/ascii tables coming soon).
Version: 0.0.0.9000
Authors@R: person("Vincent", "Arel-Bundock", email = "[email protected]", role = c("aut", "cre"))
Depends:
R (>= 3.4.0)
Remotes:
rstudio/gt
Imports:
gt (>= 0.1.0),
broom (>= 0.4.1),
dplyr (>= 0.7.0),
tidyr (>= 0.8.0),
stringr (>= 1.3.0),
purrr (>= 0.2.1),
checkmate (>= 1.8.5),
magrittr (>= 1.5),
tibble (>= 1.4.2),
tidyr (>= 0.8.2)
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
Suggests: testthat