Package: broom.helpers
Title: Helpers for Model Coefficients Tibbles
Version: 1.6.0
Authors@R: 
    c(person(given = "Joseph",
             family = "Larmarange",
             role = c("aut", "cre"),
             email = "joseph@larmarange.net",
             comment = c(ORCID = "0000-0001-7097-700X")),
      person(given = "Daniel D.",
             family = "Sjoberg",
             role = "aut",
             email = "danield.sjoberg@gmail.com",
             comment = c(ORCID = "0000-0003-0862-2018")))
Description: Provides suite of functions to work with regression
    model 'broom::tidy()' tibbles.  The suite includes functions to group
    regression model terms by variable, insert reference and header rows
    for categorical variables, add variable labels, and more.
License: GPL-3
URL: https://larmarange.github.io/broom.helpers/
BugReports: https://github.com/larmarange/broom.helpers/issues
Imports: broom, cli, dplyr, labelled, lifecycle, purrr, rlang, stats,
        stringr, tibble, tidyr
Suggests: brms (>= 2.13.0), broom.mixed, cmprsk, covr, datasets,
        emmeans, lfe, forcats, gam, gee, geepack, ggplot2, glmmTMB,
        glue, gt, gtsummary, knitr, lavaan, lme4, MASS, mgcv, mice,
        nnet, ordinal, parameters, plm, rmarkdown, rstanarm, spelling,
        survey, survival, testthat, VGAM
VignetteBuilder: knitr
RdMacros: lifecycle
Encoding: UTF-8
RoxygenNote: 7.1.2
Language: en-US
NeedsCompilation: no
Packaged: 2022-01-12 10:40:30 UTC; josep
Author: Joseph Larmarange [aut, cre] (<https://orcid.org/0000-0001-7097-700X>),
  Daniel D. Sjoberg [aut] (<https://orcid.org/0000-0003-0862-2018>)
Maintainer: Joseph Larmarange <joseph@larmarange.net>
Repository: CRAN
Date/Publication: 2022-01-12 11:52:43 UTC
