Nothing
test_that("every exported function is actually defined in the namespace", {
ns <- asNamespace("CGNM")
exported <- getNamespaceExports(ns)
missing <- exported[!vapply(exported, exists, logical(1), envir = ns, inherits = FALSE)]
expect_length(missing, 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.