R/zzz.R

Defines functions .onLoad

## nocov start

.onLoad <- function(libname, pkgname) {
  if(requireNamespace("debugme", quietly = TRUE)) debugme::debugme()
}

## nocov end
RLesur/crrri documentation built on March 20, 2021, 8:47 a.m.