R/zzz.R

Defines functions .onUnload

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

## no S4 methodology here; speedup :
.noGenerics <- TRUE

Try the cluster package in your browser

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

cluster documentation built on Nov. 28, 2023, 1:07 a.m.