Package: broom.helpers
Title: Helpers for Model Coefficients Tibbles
Version: 1.0.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, dplyr, labelled, lifecycle, purrr, stats, stringr,
        tibble, usethis
Suggests: broom.mixed, covr, datasets, forcats, gam, gee, geepack,
        ggplot2, gtsummary, knitr, lavaan, lme4, MASS, nnet, ordinal,
        rmarkdown, survey, survival, testthat
VignetteBuilder: knitr
RdMacros: lifecycle
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
NeedsCompilation: no
Packaged: 2020-09-11 11:22:18 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: 2020-09-18 12:00:24 UTC
