R/sys_functions.R

# General roxygen tags
#' @useDynLib recexcavAAR
#' @importFrom Rcpp sourceCpp

#' @export
.onUnload <- function (libpath) {
  library.dynam.unload("recexcavAAR", libpath)
}

Try the recexcavAAR package in your browser

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

recexcavAAR documentation built on May 1, 2019, 6:48 p.m.