recipes 1.0.4
-
Added missing tidy method for
step_intercept()
andstep_lag()
. (#730) -
Errors in
prep()
andbake()
will now indicate which step caused the error. (#420) -
Developer focused
check_type()
got a newtypes
argument for more precise checking of column types. -
recipes_extension_check()
have been added. This developer focused function checks that steps have all the required S3 methods. -
recipe()
now error more informatively whendata
is missing. (#1042)