Nothing
test_that("exported objects exist in namespace", {
ns <- asNamespace("tester")
exp <- getNamespaceExports("tester")
miss <- exp[!vapply(exp, exists, logical(1), envir = ns, inherits = FALSE)]
expect_length(miss, 0)
})
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.