R/zzz.R

Defines functions .onAttach

.onAttach <- function(lib, pkg,...){#nocov start
    options(
        usethis.quiet = TRUE
    )
}#nocov end
harell/mlr3 documentation built on April 17, 2021, 2:27 a.m.