# LOAD PACKAGES (BEGINNING) ######################################################################
#library(devtools)
#install Rtools to be able to install BayesLogit unless you have it already
#install_url('https://cran.r-project.org/src/contrib/Archive/BayesLogit/BayesLogit_0.6.tar.gz')
#library(BayesLogit)
#library(withr)
library(knitr) # kable
#install_github("hmsc-r/HMSC", build_opts = c("--no-resave-data", "--no-manual"))
library(Hmsc)
#library(stats)
#library(abind)
#library(corrplot)
#library(ggplot2)
#library(nnet)
#library(coda)
#library(ape)
#library(phytools)
#library(fields)
library(MASS) # mvrnorm
#library(MCMCpack)
#install_github("kassambara/easyGgplot2")
#library(easyGgplot2)
#library(pROC)
#library(parallel)
# LOAD PACKAGES (END) ############################################################################
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.