R/zzz.R

Defines functions .onAttach

.onAttach <- function(...) {
  mlr::configureMlr()
  packageStartupMessage("Welcome to live v", utils::packageVersion("live"), ". Live is a part of DALEXverse. Find out more at https://github.com/pbiecek/DALEX.")
}

Try the live package in your browser

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

live documentation built on Jan. 17, 2020, 9:06 a.m.