Nothing
test_that("S4 class glmdisc available", {
expect_s4_class(methods::new(
Class = "glmdisc",
parameters = list(),
best.disc = list(),
performance = list(),
disc.data = data.frame(),
cont.data = data.frame()
), "glmdisc")
})
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.