This PR will packageStartupMessage if broom version <= 0.5.0, the current CRAN version, is attached. If they attach broom afterwards, there's no guarantee.
Hopefully the broom that relies on generics will be on CRAN soon.
This also tests the message is silent if the right version of broom is installed and that it messages with the old version. Travis hopefully is set up to test both on Linux, release R.
This PR will
packageStartupMessage
ifbroom
version <= 0.5.0, the current CRAN version, is attached. If they attach broom afterwards, there's no guarantee.Hopefully the
broom
that relies ongenerics
will be on CRAN soon.This also tests the message is silent if the right version of
broom
is installed and that it messages with the old version. Travis hopefully is set up to test both on Linux, release R.