R/zzz.R

Defines functions .onLoad

.onLoad <- function(libname, pkgname) {
  op <- options()
  op.missMethods <- list(
    missMethods.warn.too.high.p = TRUE
  )
  toset <- !(names(op.missMethods) %in% names(op))
  if (any(toset)) options(op.missMethods[toset])
}

Try the missMethods package in your browser

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

missMethods documentation built on Sept. 16, 2022, 5:08 p.m.