Package: broom.helpers
Title: Helpers for Model Coefficients Tibbles
Version: 1.8.0
Authors@R: c(
    person("Joseph", "Larmarange", , "joseph@larmarange.net", role = c("aut", "cre"),
           comment = c(ORCID = "0000-0001-7097-700X")),
    person("Daniel D.", "Sjoberg", , "danield.sjoberg@gmail.com", role = "aut",
           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
Depends: R (>= 3.4)
Imports: broom, cli, dplyr, labelled, lifecycle, purrr, rlang (>=
        1.0.1), stats, stringr, tibble, tidyr
Suggests: biglm, biglmm, brms (>= 2.13.0), broom.mixed, cmprsk, covr,
        datasets, emmeans, fixest (>= 0.10.0), forcats, gam, gee,
        geepack, ggplot2, glmmTMB, glue, gt, gtsummary, knitr, lavaan,
        lfe, lme4 (>= 1.1.28), MASS, mgcv, mice, nnet, ordinal,
        parameters, parsnip, plm, rmarkdown, rstanarm, spelling,
        survey, survival, testthat, tidycmprsk, VGAM
VignetteBuilder: knitr
RdMacros: lifecycle
Encoding: UTF-8
Language: en-US
LazyData: true
RoxygenNote: 7.2.0
NeedsCompilation: no
Packaged: 2022-07-05 17:23:25 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-07-05 22:40:09 UTC
