rsquaredacademy / olsrr

Tools for developing OLS regression models
https://olsrr.rsquaredacademy.com/
Other
102 stars 22 forks source link

breaking changes in recipes #98

Closed topepo closed 5 years ago

topepo commented 5 years ago

We'll be releasing a new version of recipes in the next week and there are a few breaking changes. See the news file for details. We are trying to get the breaking changes out in one release; some are for upcoming features that aren't implemented yet and we didn't want to stagger them.

The biggest changes are the differences in argument names in the new version, the most significant is new_data in stead of newdata in prep.

The plan is to send recipes to CRAN next week (I hope) and send caret in once that is accepted. I will alert CRAN that other packages are affected and the maintainers have been notified. I'll update this thread once that process starts.

aravindhebbali commented 5 years ago

thanks a lot @topepo