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. 16, 2024, 4:02 a.m.