R/zzz.R

Defines functions .onDetach .onAttach

.onAttach <- function(libname, pkgname) {
  options(op.mark[!names(op.mark) %in% names(options())])
}

.onDetach <- function(libpath) {
  invisible()
}

Try the mark package in your browser

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

mark documentation built on May 29, 2024, 5:13 a.m.