#------------------------------------------------
#' @title Flexible Markov Chain Monte Carlo via Reparameterization
#'
#' @description Flexible Markov chain monte carlo via reparameterization using
#' the Jacobean matrix.
#'
#' _PACKAGE
#' @name drjacoby
NULL
#------------------------------------------------
#' @useDynLib drjacoby, .registration = TRUE
#' @importFrom Rcpp sourceCpp
#' @importFrom magrittr %>%
NULL
#------------------------------------------------
# unload DLL when package is unloaded
#' @noRd
.onUnload <- function(libpath) {
library.dynam.unload("drjacoby", libpath) # nocov
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.