R/WARDEN-package.R

## usethis namespace: start
#' @useDynLib WARDEN, .registration = TRUE
#' @importFrom Rcpp evalCpp
## usethis namespace: end
NULL


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

Try the WARDEN package in your browser

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

WARDEN documentation built on Nov. 5, 2025, 7:45 p.m.