tests/testthat.R

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")
}
stefan-m-lenz/JuliaConnectoR documentation built on Oct. 13, 2024, 10:50 p.m.