Nothing
tar_test("create tar_resources_repository_cas object", {
x <- resources_repository_cas_init(envvars = c(x = "x"))
expect_silent(resources_validate(x))
})
tar_test("print tar_resources_repository_cas object", {
x <- resources_repository_cas_init(envvars = c(x = "x"))
out <- utils::capture.output(print(x))
expect_true(any(grepl("tar_resources_repository_cas", out)))
})
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.