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 May 2, 2019, 6:15 p.m.