#' The 'spatialbranchr' package.
#'
#' @description spatialbranchr implements a spatially explicit branching process model
#'
#' @docType package
#' @name spatialbranchr-package
#' @aliases spatialbranchr
#' @useDynLib spatialbranchr, .registration = TRUE
#' @import methods
#' @import Rcpp
#' @import RcppParallel
#' @import rstantools
#' @importFrom rstan sampling stan
#'
#' @references
#' Stan Development Team (2022). RStan: the R interface to Stan. R package version 2.21.5. https://mc-stan.org
#'
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.