#' The 'ARMET' package.
#'
#' @description A DESCRIPTION OF THE PACKAGE
#'
#' @docType package
#' @name ARMET-package
#' @aliases ARMET
#' @useDynLib ARMET, .registration = TRUE
#' @import methods
#' @import Rcpp
#' @importFrom rstan sampling
#'
#' @references
#' Stan Development Team (2019). RStan: the R interface to Stan. R package version 2.19.2. https://mc-stan.org
#'
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.