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
    (text/markdown/ascii tables coming soon).
Version: 0.2.0
Authors@R: person("Vincent", "Arel-Bundock", 
                  email = "vincent.arel-bundock@umontreal.ca", 
                  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.7.0), 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
NeedsCompilation: no
Packaged: 2020-04-05 15:51:03 UTC; vincent
Author: Vincent Arel-Bundock [aut, cre]
Maintainer: Vincent Arel-Bundock <vincent.arel-bundock@umontreal.ca>
Repository: CRAN
Date/Publication: 2020-04-05 16:20:02 UTC
