#' @import checkmate
#' @import data.table
#' @import lgr
"_PACKAGE"
.onLoad = function(libname, pkgname) { # nolint
suppressWarnings(RNGversion("3.3"))
# configureMlr(
# on.learner.error = "quiet",
# on.learner.warning = "quiet",
# show.learner.output = FALSE,
# show.info = FALSE,
# on.error.dump = FALSE
# )
options(warn = 1)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.