#' @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)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.