R/zzz.r

Defines functions .onLoad

.BLEnv <- new.env()
.onLoad <- function(libname, pkgname)
{

  .BLEnv$settings <- list(gWidgetsToolkit = "tcltk", regFunc = "lm", 
            numSimulations = 50000, unitTestPath = system.file("RUnit", package = "BLCOP"))
}
MangoTheCat/BLCOP documentation built on Jan. 31, 2021, 12:20 p.m.