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"))
}

Try the BLCOP package in your browser

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

BLCOP documentation built on Jan. 26, 2021, 1:05 a.m.