Nothing
library(testthat)
library(arl)
# Treat warnings as errors so unexpected warnings fail the test suite
old_warn <- options(warn = 2)
on.exit(options(old_warn), add = TRUE)
test_check("arl")
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.