Nothing
skip_conditionally <- function() {
if (!JuliaConnectoR::juliaSetupOk()) {
testthat::skip("No Julia installation detected via {JuliaConnectoR}.")
}
if (!julia_version_compatible()) {
testthat::skip("Julia version >=1.8 required.")
}
if (!check_julia_ok()) {
testthat::skip("`check_julia_ok()` is FALSE.")
}
invisible()
}
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.