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()
}
stephenslab/mixsqp documentation built on Jan. 4, 2024, 1 a.m.