Type: Package
Package: modelsummary
Title: Summary Tables and Plots for Statistical Models and Data:
        Beautiful, Customizable, and Publication-Ready
Description: Create beautiful and customizable tables to summarize several
    statistical models side-by-side. Draw coefficient plots, multi-level
    cross-tabs, dataset summaries, balance tables (a.k.a. "Table 1s"), and
    correlation matrices. This package supports dozens of statistical models,
    and it can produce tables in HTML, LaTeX, Word, Markdown, PDF, PowerPoint,
    Excel, RTF, JPG, or PNG. Tables can easily be embedded in 'Rmarkdown' or 
    'knitr' dynamic documents.
Version: 0.5.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), tables
Imports: broom, checkmate, dplyr, generics, ggplot2, gt (>= 0.2.0),
        Hmisc, kableExtra, knitr (>= 1.16), magrittr, purrr, rmarkdown
        (>= 1.6.0), stringr, tibble, tidyr (>= 1.0.0)
Suggests: broom.mixed, covr, estimatr, fabricatr, flextable, huxtable,
        lmtest, MASS, officer, randomizr, sandwich, testthat
License: GPL-3
Encoding: UTF-8
LazyData: false
RoxygenNote: 7.1.1
NeedsCompilation: no
Packaged: 2020-07-05 12:55:34 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-07-05 13:20:04 UTC
