R/zzz.R

# This is called when the package is first loaded.
.onLoad <- function (libname, pkgname) {
  options(mixsqp.debug.mode = FALSE)
  options(mixsqp.debug.file = "mixsqp.RData")
  invisible()
}

Try the mixsqp package in your browser

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

mixsqp documentation built on Nov. 17, 2022, 1:09 a.m.