R/zzz.R

Defines functions .onLoad

#' @import data.table
#' @import checkmate
#' @import mlr3misc
#' @rawNamespace import(batchtools, except = chunk)
#' @importFrom uuid UUIDgenerate
#' @importFrom utils packageVersion
"_PACKAGE"


.onLoad = function(libname, pkgname) {
  assign("lg", lgr::get_logger(pkgname), envir = parent.env(environment()))
}

Try the mlr3batchmark package in your browser

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

mlr3batchmark documentation built on Sept. 9, 2025, 5:51 p.m.