Type: Package
Package: modelsummary
Title: Summary Tables for Statistical Models: Beautiful, Customizable,
        and Publication-Ready
Description: Create beautiful and customizable summary tables for statistical
    models. 'modelsummary' leverages the power of the 'gt', 'kableExtra' and
    'broom' packages. It supports dozens of model types, and can produce tables
    in HTML, LaTeX, RTF, Text/Markdown, JPG, PNG, and LaTeX formats. The tables
    can also be integrated in 'Rmarkdown', 'knitr', or 'Sweave' dynamic
    documents.
Version: 0.3.0
Authors@R: person("Vincent", "Arel-Bundock", 
                  email = "vincent.arel-bundock@umontreal.ca", 
                  role = c("aut", "cre"),
                  comment = c(ORCID = "0000-0003-2042-7063"))
URL: https://vincentarelbundock.github.io/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
        (>= 1.0.0), stringr (>= 1.3.0), knitr (>= 1.20), purrr (>=
        0.2.1), checkmate (>= 1.8.5), magrittr (>= 1.5), tibble (>=
        1.4.2), kableExtra (>= 1.1.0), gt (>= 0.2.0)
Suggests: lmtest, MASS, sandwich, testthat, rmarkdown
Enhances: mice, mitools, Amelia
License: GPL-3
Encoding: UTF-8
LazyData: false
RoxygenNote: 7.1.0
NeedsCompilation: no
Packaged: 2020-05-26 16:38:30 UTC; vincent-imac
Author: Vincent Arel-Bundock [aut, cre]
    (<https://orcid.org/0000-0003-2042-7063>)
Maintainer: Vincent Arel-Bundock <vincent.arel-bundock@umontreal.ca>
Repository: CRAN
Date/Publication: 2020-05-26 17:50:02 UTC
