# setup Julia dependencies
rcalibration::install()
# install and load package for sampling from Dirichlet distribution
if (!require(extraDistr)) install.packages("extraDistr")
library(extraDistr)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.