R Under development (unstable) (2026-01-07 r89288 ucrt) -- "Unsuffered Consequences" Copyright (C) 2026 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit 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") + } Starting Julia ... [1] "Starting tests with Julia version 1.11.3" Connecting to Julia TCP server at localhost:11980 ... [ FAIL 0 | WARN 0 | SKIP 7 | PASS 521 ] ══ Skipped tests (7) ═══════════════════════════════════════════════════════════ • On CRAN (7): 'test.R:78:4', 'test.R:1078:4', 'test.R:1117:4', 'test.R:1369:4', 'test.R:1396:4', 'test.R:1482:4', 'test.R:1522:4' [ FAIL 0 | WARN 0 | SKIP 7 | PASS 521 ] > > proc.time() user system elapsed 5.04 1.17 165.82