R/zzz.R

Defines functions .onAttach

# welcome message on package attaching
.onAttach <- function(libname, pkgname) {
}

# unload C++ DLL for proper cleanup
.onUnload <- function (libpath) {
  library.dynam.unload("TDAstats", libpath)
}

Try the TDAstats package in your browser

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

TDAstats documentation built on Dec. 16, 2019, 1:36 a.m.