R/on_unload.r

Defines functions .onUnload

# 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)
}
roqua/autovarCore documentation built on Oct. 12, 2020, 4:16 a.m.