broom.helpers 1.5.0
New features
- New method
model_get_coefficients_type.tidycrr()
(#128) - Updated error messaging about using
broom.helpers::tidy_parameters()
to include the package prefix. This message sometimes appears while
runninggtsummary::tbl_regression()
where some users may not be
aware where thetidy_paramters()
function lives. (#129) .formula_list_to_named_list()
improvement: it is now possible to add
a type check (#132)- New functions
.assert_package()
and.get_min_version_required()
to
check for a package's installation status and whether the installed
version meets the minimum required version from the DESCRIPTION file (#134)
Bug fixes