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. Details can be found in Arel-Bundock (2022)
    <doi:10.18637/jss.v103.i01>.
Version: 2.0.0
Authors@R: c(person("Vincent", "Arel-Bundock", 
                   email = "vincent.arel-bundock@umontreal.ca", 
                   role = c("aut", "cre"),
                   comment = c(ORCID = "0000-0003-2042-7063")),
            person("Joachim", "Gassen", 
                   email = "gassen@wiwi.hu-berlin.de",
                   role = "ctb",
                   comment = c(ORCID = "0000-0003-4364-2911")),
            person("Nathan", "Eastwood",
                   role = "ctb",
                   email = "nathan.eastwood@icloud.com"),
            person("Nick", "Huntington-Klein", 
                   email = "nhuntington-klein@seattleu.edu",
                   role = "ctb",
                   comment = c(ORCID = "0000-0002-7352-3991")),
            person("Moritz", "Schwarz", 
                   email = "moritz.schwarz@scmo.eu",
                   role = "ctb",
                   comment = c(ORCID = "0000-0003-0340-3780")),
            person("Benjamin", "Elbers",
                   email = "be2239@columbia.edu",
                   role = "ctb",
                   comment = c(ORDIC = "0000-0001-5392-3448")),
            person(given = "Grant",
                   family = "McDermott",
                   role = "ctb",
                   email = "grantmcd@uoregon.edu",
                   comment = c(ORCID = "0000-0001-7883-8573")),
            person(given = "Lukas",
                   family = "Wallrich",
                   role = "ctb",
                   email = "l.wallrich@bbk.ac.uk",
                   comment = c(ORCID = "0000-0003-2121-5177")))
URL: https://modelsummary.com
BugReports: https://github.com/vincentarelbundock/modelsummary/issues/
Depends: 
    R (>= 4.0.0)
Imports: 
    checkmate (>= 2.3.1),
    data.table (>= 1.15.2),
    generics,
    glue,
    insight (>= 0.19.9),
    methods,
    parameters (>= 0.21.6),
    performance (>= 0.10.9),
    tables (>= 0.9.17),
    tinytable (>= 0.2.1)
Suggests: 
    AER,
    altdoc,
    Amelia,
    betareg,
    bookdown,
    brms,
    broom,
    broom.mixed,
    car,
    clubSandwich,
    correlation,
    covr,
    did,
    digest,
    DT,
    estimatr,
    fixest,
    flextable,
    future,
    future.apply,
    gamlss,
    ggdist,
    ggplot2,
    gh,
    gt (>= 0.8.0),
    gtExtras,
    haven,
    huxtable,
    IRdisplay,
    ivreg,
    kableExtra,
    knitr,
    lavaan,
    lfe,
    lme4,
    lmtest,
    magick,
    magrittr,
    marginaleffects,
    margins,
    MASS,
    mgcv,
    mice,
    nlme,
    nnet,
    officer,
    openxlsx,
    pandoc,
    parallel,
    pscl,
    psych,
    remotes,
    rmarkdown,
    rstanarm,
    rsvg,
    sandwich,
    spelling,
    survey,
    survival,
    tibble,
    tictoc,
    tidyselect,
    tidyverse,
    tinysnapshot,
    tinytest,
    tinytex,
    webshot2,
    wesanderson
License: GPL-3
Encoding: UTF-8
Config/testthat/edition: 3
LazyData: false
Roxygen: list(markdown = TRUE)
Language: en-US
RoxygenNote: 7.3.1
Collate: 
    'bind_est_gof.R'
    'coef_rename.R'
    'config_modelsummary.R'
    'convenience.R'
    'datasummary.R'
    'datasummary_balance.R'
    'datasummary_correlation.R'
    'datasummary_crosstab.R'
    'datasummary_df.R'
    'datasummary_extract.R'
    'datasummary_functions.R'
    'datasummary_skim.R'
    'dvnames.R'
    'escape.R'
    'factory.R'
    'factory_DT.R'
    'factory_dataframe.R'
    'factory_flextable.R'
    'factory_gt.R'
    'factory_huxtable.R'
    'factory_kableExtra.R'
    'factory_markdown.R'
    'factory_tinytable.R'
    'factory_typst.R'
    'fmt_factory.R'
    'format_estimates.R'
    'format_gof.R'
    'format_msg.R'
    'get_estimates.R'
    'get_gof.R'
    'get_vcov.R'
    'glance_custom.R'
    'gof_map.R'
    'hush.R'
    'map_estimates.R'
    'map_gof.R'
    'methods_did.R'
    'methods_estimatr.R'
    'methods_fixest.R'
    'methods_lfe.R'
    'methods_stats.R'
    'modelplot.R'
    'modelsummary.R'
    'modelsummary_cbind.R'
    'modelsummary_list.R'
    'modelsummary_rbind.R'
    'modelsummary_wide.R'
    'poorman.R'
    'reexport.R'
    'rename_statistics.R'
    'sanitize_conf_level.R'
    'sanitize_fmt.R'
    'sanitize_gof_map.R'
    'sanitize_models.R'
    'sanitize_output.R'
    'sanitize_shape.R'
    'sanitize_statistic.R'
    'sanitize_vcov.R'
    'sanity_checks.R'
    'settings.R'
    'shape_estimates.R'
    'span.R'
    'stars.R'
    'supported_models.R'
    'themes.R'
    'tidy_custom.R'
    'update_modelsummary.R'
    'utils_labels.R'
    'utils_pad.R'
    'utils_print.R'
    'utils_replace.R'
    'utils_stats.R'
    'utils_warn.R'
    'zzz.R'
