tests/testthat/helper-recipes.R

skip_if_recipes_pre_0.2.1 <- function() {
  skip_if(
    condition = packageVersion("recipes") < "0.2.0.9001",
    message = "Skipping on old recipes (pre 0.2.1)"
  )
}

Try the butcher package in your browser

Any scripts or data that you put into this service are public.

butcher documentation built on Aug. 23, 2023, 9:06 a.m.