R/hooks.R

Defines functions onUnload

.onUnload <- function(libpath)
{
  if (is.loaded("treatSens_fitSensitivityAnalysis", PACKAGE = "treatSens")) {
    library.dynam.unload("treatSens", libpath)
  }
}

Try the treatSens package in your browser

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

treatSens documentation built on March 18, 2018, 1:54 p.m.