jtleek/slipper

tidy() not found

Closed this issue · 1 comments

In slipper_lm() you call tidy() from broom, however, broom isn't loaded by default along with tidyverse. Looks like you'll need to change all calls to tidy() to broom::tidy().

I just added broom to the dependencies thanks!