R/zzz.R

Defines functions .onAttach .onDetach

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

globalVariables(".")

Try the fcuk package in your browser

Any scripts or data that you put into this service are public.

fcuk documentation built on May 1, 2019, 10:22 p.m.