Last updated on 2025-07-21 20:50:49 CEST.
Package | ERROR | OK |
---|---|---|
JuliaConnectoR | 1 | 12 |
Current CRAN status: ERROR: 1, OK: 12
Version: 1.1.4
Check: tests
Result: ERROR
Running 'testthat.R' [176s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> 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")
+ }
Connecting to Julia TCP server at localhost:11980 ...
Activating project at `D:\RCompile\CRANpkg\lib\4.5\JuliaConnectoR\examples\IndexedTables-Project\1_10`
┌ Warning: The active manifest file has dependencies that were resolved with a different julia version (1.10.5). Unexpected behavior may occur.
└ @ nothing D:\RCompile\CRANpkg\lib\4.5\JuliaConnectoR\examples\IndexedTables-Project\1_10\Manifest.toml:0
[ FAIL 1 | WARN 0 | SKIP 5 | PASS 524 ]
══ Skipped tests (5) ═══════════════════════════════════════════════════════════
• On CRAN (5): 'test.R:74:4', 'test.R:1074:4', 'test.R:1113:4',
'test.R:1476:4', 'test.R:1516:4'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test.R:1050:4'): Julia startup options can be modified ────────────
capture.output(...) is empty.
[ FAIL 1 | WARN 0 | SKIP 5 | PASS 524 ]
Error: Test failures
Execution halted
Flavor: r-release-windows-x86_64