recipes icon indicating copy to clipboard operation
recipes copied to clipboard

document and check that a `skip` argument is required

Open topepo opened this issue 2 years ago • 1 comments

See this post

topepo avatar Nov 02 '23 17:11 topepo

We are testing all our steps here:

https://github.com/tidymodels/recipes/blob/main/tests/testthat/test-skipping.R#L37-L63

but it would be better if the check could be implemented fast in prep.recipe()

EmilHvitfeldt avatar Nov 03 '23 03:11 EmilHvitfeldt