R/bayesPO-package.R

## usethis namespace: start
#' @useDynLib bayesPO, .registration = TRUE
#' @importFrom Rcpp sourceCpp
#' @import RcppProgress
## usethis namespace: end
#' @importFrom methods show
#' @importFrom methods initialize
#' @importFrom methods is

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

Try the bayesPO package in your browser

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

bayesPO documentation built on Sept. 26, 2023, 9:06 a.m.