library(testthat)
library(JuliaConnectoR)
library(utils)
if (juliaSetupOk()) {
test_check("JuliaConnectoR")
} else if (Sys.getenv("GITHUB_ACTIONS") == "true") {
stop("Julia setup on GitHub Actions is not OK")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.