Nothing
test_that("are is an appropriate task dataset", {
withr::local_envvar(VITALS_LOG_DIR = withr::local_tempdir())
tsk <- Task$new(
dataset = are,
name = "The R Eval",
solver = function(...) list(...),
scorer = function(...) list(...)
)
expect_true(R6::is.R6(tsk))
})
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.