Package: broom.helpers
Title: Helpers for Model Coefficients Tibbles
Version: 1.2.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, gt,
        gtsummary, knitr, lavaan, lme4, MASS, mgcv, mice, nnet,
        ordinal, rmarkdown, survey, survival, testthat, spelling
VignetteBuilder: knitr
RdMacros: lifecycle
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Language: en-US
NeedsCompilation: no
Packaged: 2021-02-22 11:46:36 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: 2021-02-22 16:20:11 UTC
