Nothing
test_that("exported symbols exist in the namespace", {
ns <- asNamespace("fontcm")
exports <- c()
for (nm in exports) {
expect_true(exists(nm, envir = ns, inherits = FALSE), info = nm)
}
})
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.