Type: Package
Package: panelsummary
Title: Create Publication-Ready Regression Tables with Panels
Version: 0.1.2.1
Authors@R: c(
    person("Michael", "Topper", , "miketopper123@gmail.com", role = c("aut", "cre")),
    person("Vincent", "Arel-Bundock", role = c("cph"), 
    comment = "Some documentation is inherited from 'modelsummary'")
    )
Maintainer: Michael Topper <miketopper123@gmail.com>
Description: Create an automated regression table that is well-suited for models that are estimated with multiple dependent variables. 'panelsummary' extends 'modelsummary' (Arel-Bundock, V. (2022) <doi:10.18637/jss.v103.i01>) by allowing regression tables to be split into multiple sections with a simple function call. Utilize familiar arguments such as fmt, estimate, statistic, vcov, conf_level, stars, coef_map, coef_omit, coef_rename, gof_map, and gof_omit from 'modelsummary' to clean the table, and additionally, add a row for the mean of the dependent variable without external manipulation. 
License: GPL (>= 3)
URL: https://github.com/michaeltopper1/panelsummary,
        https://michaeltopper1.github.io/panelsummary/
BugReports: https://github.com/michaeltopper1/panelsummary/issues
Imports: dplyr (>= 1.0.9), fixest (>= 0.10.4), kableExtra (>= 1.3.4),
        methods (>= 4.1.3), modelsummary (>= 1.3.0), rlang (>= 1.0.6),
        stringr (>= 1.4.1), tidyselect (>= 1.2.0)
Suggests: covr, gt, knitr, parameters, performance, rmarkdown, testthat
        (>= 3.0.0), tibble (>= 3.1.8), utils (>= 4.1.3)
Config/testthat/edition: 3
Encoding: UTF-8
RoxygenNote: 7.2.3
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2023-08-16 02:38:50 UTC; michaeltopper
Author: Michael Topper [aut, cre],
  Vincent Arel-Bundock [cph] (Some documentation is inherited from
    'modelsummary')
Repository: CRAN
Date/Publication: 2023-08-16 09:00:02 UTC
Built: R 4.2.0; ; 2023-08-17 11:51:58 UTC; unix
