Skip to content

recipes 1.0.4

Compare
Choose a tag to compare
@topepo topepo released this 11 Jan 17:01
27f2ca0
  • Added missing tidy method for step_intercept() and step_lag(). (#730)

  • Errors in prep() and bake() will now indicate which step caused the error. (#420)

  • Developer focused check_type() got a new types 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 when data is missing. (#1042)