Type: Package
Package: modelsummary
Title: Summary Tables for Statistical Models: Beautiful, Customizable,
        and Publication-Ready
Description: Create beautiful and customizable tables to summarize several
    statistical models side-by-side. This package supports dozens of model types
    and can produce tables in HTML, LaTeX, Markdown, Word, PowerPoint, Excel, RTF,
    JPG, or PNG. Tables can easily be embedded in 'Rmarkdown' or 'knitr' dynamic
    documents.
Version: 0.4.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: broom, checkmate, dplyr, generics, gt (>= 0.2.0), knitr (>=
        1.16), magrittr, kableExtra, purrr, rmarkdown (>= 1.6.0),
        stringr, tibble, tidyr (>= 1.0.0)
Suggests: broom.mixed, flextable, huxtable, lmtest, MASS, officer,
        sandwich, testthat
License: GPL-3
Encoding: UTF-8
LazyData: false
RoxygenNote: 7.1.0.9000
NeedsCompilation: no
Packaged: 2020-06-13 18:38:59 UTC; vincent
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-06-13 19:30:02 UTC
