#' @import BBmisc
#' @import checkmate
#' @import progress
#' @import crayon
#' @import emo
#' @importFrom data.table rbindlist
#' @importFrom utils read.table write.table
#' @importFrom purrr flatten
NULL
.onLoad = function(libname, pkgname) { # nocov start
if (requireNamespace("debugme", quietly = TRUE) && "experimentR" %in% strsplit(Sys.getenv("DEBUGME"), ",", fixed = TRUE)[[1L]]) {
debugme::debugme()
#batchtools$debug = TRUE
}
} # nocov end
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.