Nothing
test_that("datasets (if any) load successfully", {
items <- tryCatch(utils::data(package = "robustfa")$results[, "Item"], error = function(e) character())
for (d in items) {
expect_error(utils::data(list = d, package = "robustfa"), 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.