Nothing
test_that("manual examples run (no donttest/dontrun)", {
tps <- c("fontcm")
for (tp in tps) {
expect_error(suppressWarnings(example(topic = tp, package = "fontcm", character.only = TRUE,
run.donttest = FALSE, give.lines = FALSE, echo = FALSE)), NA)
}
})
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.