Type: Package
Package: modelsummary
Title: Create Beautiful, Customizable, Publication-Ready Summary Tables
        for Statistical Models
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). The 'gt' package is hosted on
    'Github' by the 'RStudio' organization: <http://github.com/rstudio/gt>. 
Version: 0.1.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)
Suggests: testthat, sandwich, lmtest, knitr, MASS, mice, gt
License: GPL-3
Encoding: UTF-8
LazyData: false
RoxygenNote: 6.1.1
NeedsCompilation: no
Packaged: 2019-07-10 13:31:33 UTC; vincent
Author: Vincent Arel-Bundock [aut, cre]
Maintainer: Vincent Arel-Bundock <vincent.arel-bundock@umontreal.ca>
Repository: CRAN
Date/Publication: 2019-07-15 10:20:03 UTC
