## usethis namespace: start
#' @import Rcpp
#' @export adj_fun
#' @export CumulativeR
#' @export SequentialR
#' @useDynLib pack, .registration = TRUE
#' @importFrom Rcpp sourceCpp
## usethis namespace: end
loadModule("exportmod", TRUE)
loadModule("cumulativemodule", TRUE)
loadModule("sequentialmodule", TRUE)
loadModule("adjacentmodule", TRUE)
# loadModule("referencemodule", TRUE)
# loadModule("fishder", TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.