R/hdtg.R

#' @useDynLib hdtg, .registration = TRUE
#' @importFrom Rcpp sourceCpp
#' @importFrom RcppParallel RcppParallelLibs
#' @importFrom RcppXsimd supportsSSE supportsAVX
#' @importFrom stats rnorm runif
#' @importFrom Rdpack reprompt
NULL

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

Try the hdtg package in your browser

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

hdtg documentation built on Aug. 7, 2022, 1:06 a.m.