Nothing
test_that("model names remain less than 15 charactes", {
model_list <- unique(unlist(models()))
expect_lte(max(sapply(model_list, nchar)), 15)
})
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.