R/zzz.R

#' @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
jakobbossek/experimentR documentation built on May 9, 2019, 5:05 a.m.