Nothing
test_that("exported objects exist (if any)", {
ns <- asNamespace("penalizedSVM")
exports <- getNamespaceExports(ns)
if (length(exports) == 0L) skip("No exports in NAMESPACE.")
for (x in exports) {
ok <- exists(x, envir = ns, inherits = FALSE) || methods::isGeneric(x)
expect_true(ok, info = x)
}
})
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.