modeltests
modeltests
is a package that exports tests for use in other packages. Currently I'm experimenting with moving the core broom tests into modeltests
. This will allow other developers to guarantee that their tidier implementations that meet the broom tidy()
, glance()
and augment()
specifications.
Example use:
- The
dustpan
package is a small demonstration of how to usemodeltests
andmodelgenerics
- See the test suite in
broom
A detailed vignette is in progress in broom as well.