R/zzz.R

Defines functions .onUnload

.onUnload <- function(libpath)
{
    library.dynam.unload("cluster", libpath)
}

## no S4 methodology here; speedup :
.noGenerics <- TRUE
pimentel/cluster documentation built on May 25, 2019, 7:12 a.m.