R/SIT-package.R

## usethis namespace: start
#' @useDynLib SIT, .registration = TRUE
## usethis namespace: end
NULL

## usethis namespace: start
#' @importFrom Rcpp sourceCpp
## usethis namespace: end
NULL

#' @importFrom stats complete.cases pnorm runif sd
NULL

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

Try the SIT package in your browser

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

SIT documentation built on Oct. 16, 2024, 9:06 a.m.