Closed baletercero closed 4 years ago
The problem is with parsnip
and S3 registration for tidy
methods. It was overlooked in previous versions of R.
Until a new CRAN release, you can use
devtools::install_dev("parsnip")
to get the new version.
I was trying the Build Model tutorial on tidymodels.org new website here (https://www.tidymodels.org/start/models/) and when I got to display the tidy model output I recevied an error : Error: No tidy method for objects of class _lm . I've used tidy from broom before so I'm frustrated I can't get it to work, thanks for any help you can provide!
Here's a reprex .