R/mypkg-package.R

#' @keywords internal
"_PACKAGE"

# The following block is used by usethis to automatically manage
# roxygen namespace tags. Modify with care!
## usethis namespace: start
#' @useDynLib mypkg, .registration = TRUE
#' @importFrom Rcpp sourceCpp
#' @importFrom nortest lillie.test
## usethis namespace: end
NULL

.onUnload <- function (libpath) {
  library.dynam.unload("mypkg", libpath)
}
fcheysson/mypkg documentation built on Nov. 4, 2019, 12:38 p.m.