Nothing
# Skip all tests if Julia is not available
tryCatch(
{
JuliaCall::julia_setup()
# jlview_ensure_init() is called lazily, but force it here for tests
jlview:::jlview_ensure_init()
JULIA_AVAILABLE <- TRUE
},
error = function(e) {
JULIA_AVAILABLE <<- FALSE
}
)
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.