Nothing
test_that("StatList instance works as expected (initialize)", {
## CONSTRUCTOR ERRORS
## more parameters than needed
expect_error(StatList$new(3))
expect_error(StatList$new("a"))
expect_error(StatList$new(3L))
expect_error(StatList$new(3.0))
expect_error(StatList$new(list()))
## works as expected
expect_error(StatList$new())
expect_output(expect_error(StatList$new()), "this an abstract class and it can't be initialized.")
})
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.