Nothing
test_that("utility functions work as expected", {
testthat::skip_on_cran()
expect_message(
cmd_message(c("run", "-i", "-t", "--rm", "r-base:latest")),
regexp = "Executing command:\ndocker run -i -t --rm r-base:latest"
)
expect_equal(jetty_temp_dir(), "/jetty/tmp/")
expect_true(docker_installed())
expect_null(stop_if_not_installed())
expect_true(all(vapply(prof_env_bindmounts(NULL, NULL), is.null, FUN.VALUE = logical(1))))
})
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.