R/zzz.R

Defines functions .onAttach .onDetach

# =============================================================================.
#
# -----------------------------------------------------------------------------.
.onAttach <- function(...) {

  # Initialize global options of the Tightrope package
  Tightrope::ResetOptions()

}

# =============================================================================.
#
# -----------------------------------------------------------------------------.
.onDetach <- function(...) {

  # Remove global options of the Tightrope package from the R environment
  Tightrope::RemoveOptions()

}
benja0x40/Tightrope documentation built on May 24, 2019, 1:35 a.m.