####################################
# The build script #
####################################
rm(list = ls())
library(devtools)
document()
load_all()
check()
use_read
RATE(10,10)(runif(10))
exists("RATE",where = globalenv(),inherits = F)
check()
?RATE
?listParams
?rnorm
params <- exampleParams()
library(tictoc)
tic()
R <- resSimAWX(n_thousands = 100,params = params)
toc()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.