R/system.R

#' Remove DLLs when package is unloaded

.onUnload <- function(libpath) {
  library.dynam.unload("matchcall", libpath)
}
brodieG/matchcall documentation built on May 13, 2019, 7:46 a.m.