#' The 'testproject1' package.
#'
#' @description A DESCRIPTION OF THE PACKAGE
#'
#' @docType package
#' @name testproject1-package
#' @aliases testproject1
#' @useDynLib testproject1, .registration = TRUE
#' @import methods
#' @importFrom stats dnorm dunif quantile toeplitz
#' @importFrom utils tail
#' @importFrom graphics abline plot points polygon
#' @importFrom ggplot2 ggplot geom_density aes geom_vline
#' @importFrom gridExtra grid.arrange
#' @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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.