Nothing
# setup tinytest for checkmate functionality
library("tinytest")
library("checkmate")
using("checkmate")
# test for missing annotation sources
is <- pubs$annotation_src[!is.na(pubs$annotation)] |> anyNA()
expect_false(is)
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.