broom.helpers 1.7.0
New features
- The
.assert_package()
now usesrlang::check_installed()
and
rlang::is_installed()
to check whether needed packages are installed. The
rlang::check_installed()
prompts user to install needed package when run
interactively. (#147) tidy_add_n()
andmodel_get_n()
support fortidycmprsk::crr()
models (#143)- Listing of supported models is now available in
supported_models
tibble (#145)
Bug fixes
- Avoiding duplicating rows when applying
tidy_add_n()
to amgcv::gam()
model with smooth terms (#150)