# install devtools if you don't already have it
install.packages("devtools")
# install the development version of GAT from Github with all
# required packages from CRAN
devtools::install_github("ajstamm/gatpkg@Dev", dependencies = TRUE,
build_vignette = TRUE)
# load GAT
library(gatpkg)
# run program
runGATprogram()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.