R/zzz.R

Defines functions .onLoad

#' @import mlr3misc
#' @import checkmate
#' @import data.table
#' @import ggplot2
#' @importFrom utils head
#' @importFrom graphics plot
#' @importFrom stats sd as.dendrogram
"_PACKAGE"

.onLoad = function(libname, pkgname) {
  utils::globalVariables(c("modname", "count"))
}

Try the mlr3viz package in your browser

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

mlr3viz documentation built on Nov. 23, 2023, 5:07 p.m.