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 May 29, 2024, 4:44 a.m.