Nothing
test_that("crew_monitor_cluster() validate", {
expect_silent(crew_monitor_cluster()$validate())
})
test_that("crew_monitor_cluster() active bindings", {
x <- crew_monitor_cluster(
verbose = FALSE,
command_list = "x",
command_terminate = "y"
)
expect_false(x$verbose)
expect_equal(x$command_list, "x")
expect_equal(x$command_terminate, "y")
})
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.