R/on_unload.r

# Ensure that the DLL is unloaded when unloading this library.
# Get a list of loaded DLLs with getLoadedDLLs()
.onUnload <- function(libpath) {
  library.dynam.unload("autovarCore", libpath)
}

Try the autovarCore package in your browser

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

autovarCore documentation built on May 2, 2019, 4:01 a.m.