#' The 'epipredictr' package.
#'
#' @description A DESCRIPTION OF THE PACKAGE
#'
#' @docType package
#' @name epipredictr-package
#' @aliases epipredictr
#' @useDynLib epipredictr, .registration = TRUE
#' @import methods
#' @import Rcpp
#' @importFrom rstan sampling
#'
#' @references
#' Stan Development Team (2020). RStan: the R interface to Stan. R package version 2.19.3. https://mc-stan.org
#'
NULL
# this holds the documentation for the entire pacakge. see http://r-pkgs.had.co.nz/man.html
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.