include.dependencies <- function(){
#' @title Internal handling of dependencies
#'
#' @description Seems like this is needed in addition to the import list in the DESCRIPTION file, so keeping them all together in one place.
#' @import dplyr
#' @import tidyverse
#' @import coda
#' @import R2jags
#' @import rstan
#' @import rstanarm
#' @import MASS
#' @import nlme
#' @return Nothing returned.
#' @export
print("including dependencies")
} # end function include.dependencies
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.