#' The 'LEMMA' package. Local Epidemic Modeling for Management & Action
#'
#' @description LEMMA projects hospital utilization from COVID-19.
#'
#' @author Joshua Schwab
#' @docType package
#' @name LEMMA-package
#' @aliases LEMMA
#' @useDynLib LEMMA, .registration = TRUE
#' @import methods
#' @import Rcpp
#' @import shiny
#' @import tools
#' @importFrom rstan sampling
#'
#' @references
#' Stan Development Team (2020). RStan: the R interface to Stan. R package version 2.19.3. https://mc-stan.org
#' Jann Paul Mattern and Mikala Caton. The Santa Cruz County COVID-19 Model, https://github.com/jpmattern/seir-covid19
#'
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.