R/zzz.R

Defines functions .onLoad

.onLoad <- function(libname, pkgname) {
  vctrs::s3_register("pillar::obj_sum", "workflow_set_options")
  vctrs::s3_register("pillar::size_sum", "workflow_set_options")
  vctrs::s3_register("pillar::type_sum", "workflow_set_options")
  vctrs::s3_register("pillar::tbl_sum", "workflow_set")
  vctrs::s3_register("tune::collect_metrics", "workflow_set")
  vctrs::s3_register("tune::collect_predictions", "workflow_set")
  vctrs::s3_register("ggplot2::autoplot", "workflow_set")
  invisible()
}

Try the workflowsets package in your browser

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

workflowsets documentation built on April 7, 2023, 1:05 a.m.