#' The 'stanbreaker' package.
#'
#' @description All sorts of exciting things that might help
#' Stan developers and users.
#'
#' @author Ben Bales and Juho Timonen
#' @keywords Stan, adaptation, Hamiltonian Monte Carlo, development tools
#'
#' @docType package
#' @name stanbreaker-package
#' @aliases stanbreaker
#' @import methods
#' @import dplyr
#' @import ggplot2
#' @import posterior
#' @importFrom stats runif sd step
#'
#' @references
#' \enumerate{
#' \item Carpenter, B. et al. (2017).
#' \emph{Stan: A probabilistic programming language}. Journal of Statistical
#' Software 76(1).
#' }
#'
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.