R/zzz.R

Defines functions dummy_withr .onLoad

# nocov start

.onLoad <- function(libname, pkgname) {
  ns <- rlang::ns_env("workflows")

  vctrs::s3_register("butcher::axe_call", "workflow")
  vctrs::s3_register("butcher::axe_ctrl", "workflow")
  vctrs::s3_register("butcher::axe_data", "workflow")
  vctrs::s3_register("butcher::axe_env", "workflow")
  vctrs::s3_register("butcher::axe_fitted", "workflow")
}

dummy_withr <- function() withr::defer

# nocov end

Try the workflows package in your browser

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

workflows documentation built on April 4, 2025, 4:56 a.m.