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.6.1
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 (>= 1.0.0), generics, ggplot2,
        kableExtra (>= 1.2.1), knitr, magrittr, rmarkdown, tables,
        tibble, tidyr (>= 1.0.0)
Suggests: broom.mixed, estimatr, flextable, gt (>= 0.2.0), huxtable,
        lmtest, officer, testthat, vdiffr
Enhances: fixest
License: GPL-3
Encoding: UTF-8
LazyData: false
RoxygenNote: 7.1.1
NeedsCompilation: no
Packaged: 2020-09-04 19:35:39 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-09-04 21:42:08 UTC
