R/unload.R

#' Clean up DLL
#'
#' As recommended in the "Compiled Code" chapter of the book
#' "R packages" (Version 2) by Hadley Wickham and Jenny Bryan.
#' @param libpath Argument
.onUnload <- function (libpath) {
  library.dynam.unload("igcop", libpath)
}

Try the igcop package in your browser

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

igcop documentation built on Nov. 14, 2023, 5:10 p.m.