library(batchtools)
library(mvtnorm)
library(mboost)
library(compboost)
# Setting:
# ---------------------------------------------------
my.setting = list(
replications = 1L,
cores = 1,
overwrite = FALSE,
packages = c("mvtnorm", "mboost", "compboost")
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.