R/zzz.R

Defines functions .onLoad

.onLoad <- function(libname, pkgname) {
  vctrs::s3_register("tune::collect_metrics", "cal_rset")
  vctrs::s3_register("tune::collect_predictions", "cal_rset")
}

Try the probably package in your browser

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

probably documentation built on July 10, 2023, 2:03 a.m.