Skip to content

broom.helpers 1.9.0

Compare
Choose a tag to compare
@larmarange larmarange released this 24 Sep 09:43

New features

  • New function .get_package_dependencies() listing all dependencies, including
    minimum version required, of a package. (#171)
  • Improvement of .assert_package() now taking into account the comparison
    operator (> or >=) when a minimum version is required (#171)

Bug fixes and improvements

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