Skip to contents

broom.helpers (development version)

Fixes

broom.helpers 1.17.0

CRAN release: 2024-08-28

Deprecated functions and changes in selectors functions

Fixes

Documentation

  • Documentation has been improved, showing now clearly the type expected for each argument (#272)

broom.helpers 1.16.0

CRAN release: 2024-08-20

New features

Deprecated support

  • biglmm::bigglm() not supported anymore as biglmm has been removed from CRAN

Deprecated functions

Fixes

broom.helpers 1.15.0

CRAN release: 2024-04-05

New supported models

New features

Fix

broom.helpers 1.14.0

CRAN release: 2023-08-07

New features

Fix

broom.helpers 1.13.0

CRAN release: 2023-03-28

New features

Improvements

  • Marginal predictions vignette has been updated to follow changes in marginaleffects version 0.10.0 (#216)

broom.helpers 1.12.0

CRAN release: 2023-02-09

New features

broom.helpers 1.11.0

CRAN release: 2023-01-06

New features

Bug fixes and improvements

  • Better messages when exponentiate argument is not appropriate (#197)

broom.helpers 1.10.0

CRAN release: 2022-11-30

New features

New supported models

Bug fixes and improvements

broom.helpers 1.9.0

CRAN release: 2022-09-23

New features

Bug fixes and improvements

  • Compatibility with upcoming tidyselect v1.2.0 (#173)
  • Avoid an unwanted warning for some mgcv::gam() models (#175)

broom.helpers 1.8.0

CRAN release: 2022-07-05

New supported models

New features

  • Support for dplyr::vars() (also exported by {gtsummary}) as a selector has now been deprecated. Users will be warned that support for vars() will eventually be removed from the package (#154)
  • .is_selector_scoped(), an internal function used in generating custom selector functions, is now exported (#163)

broom.helpers 1.7.0

CRAN release: 2022-04-22

New features

Bug fixes

broom.helpers 1.6.0

CRAN release: 2022-01-12

New supported models

New features

Bug fixes

  • Fix so .formula_list_to_named_list(type_check=) checks RHS of a formula and the value of named list. (#138)

broom.helpers 1.5.0

CRAN release: 2021-12-07

New features

Bug fixes

  • Bug fix for identifying the levels of a logical variable (#125)
  • Bug fix for nnet::multinom() models with a binary outcome (#130)

broom.helpers 1.4.0

CRAN release: 2021-09-30

New supported models

New features

  • Function arguments that accept formula-list values now have more flexible inputs. (#121)
    • The passed list may now be a combination of named lists and lists of formulas, e.g. list(trt ~ 1, all_continuous() ~ 2).
    • The shortcut ~ <value> may be now used to indicate everything() ~ <value>

Bug fixes

  • Bug fix for computing n for some binomial models computed with lme4::glmer() (#116)
  • Populating effect column when adding reference rows (#117)

broom.helpers 1.3.0

CRAN release: 2021-04-10

New supported models

New features

broom.helpers 1.2.1

CRAN release: 2021-02-26

Bug fixes

  • Better identification of term labels for interaction terms using sum contrasts (#108)
  • Now tidy_add_n() works with multinomial models when y is not coded as a factor (#109)
  • glue added to Suggests

broom.helpers 1.2.0

CRAN release: 2021-02-22

New features

New supported models

Bug fixes and other changes

broom.helpers 1.1.0

CRAN release: 2020-11-24

broom.helpers 1.0.0

CRAN release: 2020-09-18

  • Initial version