R/pompp-package.R

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

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

Try the pompp package in your browser

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

pompp documentation built on Dec. 28, 2022, 2:24 a.m.