R/zzz.R

Defines functions onUnload

#' @useDynLib pulver, .registration = TRUE
#' @importFrom Rcpp sourceCpp
NULL

.onUnload <- function(libpath) {
    library.dynam.unload("pulver", libpath)
}

Try the pulver package in your browser

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

pulver documentation built on Nov. 20, 2017, 5:08 p.m.