R/zzz.R

Defines functions .onDetach .onAttach

#' @noRd
.onAttach <- function(libname, pkgname) {
  fcuk::init_error_tracker()
}
#' @noRd
.onDetach <- function(libname) {
  fcuk::remove_error_tracker()
}

globalVariables(".")
ThinkR-open/fcuk documentation built on Oct. 12, 2023, 10:09 p.m.