Nothing
# Helper to reduce repetition
expect_output_list <- function(x) {
expect_type(x, "list")
expect_named(
x,
c("installed", "version", "java_ok", "java_version", "message")
)
}
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.