R/qpmad_package.R

#' @useDynLib qpmadr, .registration = TRUE
#' @importFrom Rcpp sourceCpp
#' @importFrom checkmate assert assertMatrix assertNumeric assertLogical assertIntegerish assertNumber assertChoice
#' @importFrom utils modifyList
NULL



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

Try the qpmadr package in your browser

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

qpmadr documentation built on June 23, 2021, 5:07 p.m.