broom.helpers 1.17.0
Deprecated functions and changes in selectors functions
- selectors such as
all_categorical()
are now compatible withgtsummary
version ≥ 2.0.0 (#270) - new function
scope_tidy()
to scope a tidy tibble allowing
to tidy select (#270) .select_to_varnames()
,.formula_list_to_named_list()
,
.generic_selector()
and.is_selector_scoped()
are now deprecated and
will be removed in a future release: you may consider
cards::process_selectors()
andcards::process_formula_selectors()
as
alternatives (#270)
Fixes
model_get_model_frame.coxph()
has been fixed to return a correct model
frame a subject identifier is passed tosurvival::coxph()
(#268)
Documentation
- Documentation has been improved, showing now clearly the type expected
for each argument (#272)