#' @import methods
#' @importFrom Rcpp evalCpp
#' @useDynLib recollections, .registration=TRUE
.onLoad <- function(libname, pkgname) {
Rcpp::loadModule('bounded_priority_queue_module', TRUE)
Rcpp::loadModule('dictionary_module', TRUE)
Rcpp::loadModule('priority_queue_module', TRUE)
Rcpp::loadModule('sequence_module', TRUE)
Rcpp::loadModule('string_builder_module', TRUE)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.