Nothing
#' @import data.table
#' @import redux
#' @import mlr3misc
#' @import checkmate
#' @import mirai
#' @importFrom R6 R6Class
#' @importFrom processx process
#' @importFrom uuid UUIDgenerate
#' @importFrom utils str object.size
#' @importFrom jsonlite fromJSON
#' @importFrom ids adjective_animal
"_PACKAGE"
.onLoad = function(libname, pkgname) {
# setup logger
lg = lgr::get_logger("mlr3/rush")
assign("lg", lg, envir = parent.env(environment()))
f = function(event) {
event$msg = paste0("[rush] ", event$msg)
TRUE
}
lg$set_filters(list(f))
if (Sys.getenv("IN_PKGDOWN") == "true") {
lg$set_threshold("warn")
}
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.