Package: broom.helpers Title: Helpers for Model Coefficients Tibbles Version: 1.22.0.9000 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/, https://github.com/larmarange/broom.helpers BugReports: https://github.com/larmarange/broom.helpers/issues Depends: R (>= 4.1) Imports: broom (>= 0.8), cards, cli, dplyr (>= 1.1.0), labelled, lifecycle, purrr, rlang (>= 1.0.1), stats, stringr, tibble, tidyr, tidyselect Suggests: betareg, biglm, brms (>= 2.13.0), broom.mixed, cmprsk, covr, datasets, effects, emmeans, fixest (>= 0.10.0), forcats, gam, gee, geepack, ggplot2, ggeffects (>= 1.3.2), ggstats (>= 0.2.1), glmmTMB, glmtoolbox, glue, gt, gtsummary (>= 2.0.0), knitr, lavaan, lfe, lme4 (>= 1.1.28), logitr (>= 0.8.0), marginaleffects (>= 0.21.0), margins, MASS, mgcv, mice, mmrm (>= 0.3.6), multgee, nnet, ordinal, parameters, parsnip, patchwork, plm, pscl, quantreg, rmarkdown, rstanarm, scales, spelling, survey, survival, testthat (>= 3.0.0), tidycmprsk, VGAM, svyVGAM VignetteBuilder: knitr RdMacros: lifecycle Encoding: UTF-8 Language: en-US LazyData: true Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Config/testthat/edition: 3 Config/pak/sysreqs: make libicu-dev libx11-dev zlib1g-dev Repository: https://ddsjoberg.r-universe.dev Date/Publication: 2026-04-07 18:19:13 UTC RemoteUrl: https://github.com/larmarange/broom.helpers RemoteRef: HEAD RemoteSha: 96d2cae05a41408fc8b305a6b5a37eea3e5eef91 NeedsCompilation: no Packaged: 2026-06-29 23:06:44 UTC; root Author: Joseph Larmarange [aut, cre] (ORCID: ), Daniel D. Sjoberg [aut] (ORCID: ) Maintainer: Joseph Larmarange