R/onload.R

Defines functions .onLoad

.onLoad <- function(libname, pkgname) {
  if (requireNamespace("debugme", quietly = TRUE)) debugme::debugme()
  err$onload_hook()
  config$onload_hook()
}
r-lib/depends documentation built on Sept. 13, 2024, 7:02 p.m.