Last updated on 2025-07-21 09:49:56 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.1.4 | 2.75 | 25.25 | 28.00 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.1.4 | 2.01 | 20.10 | 22.11 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.1.4 | 54.74 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.1.4 | 50.14 | OK | |||
r-devel-windows-x86_64 | 1.1.4 | 3.00 | 319.00 | 322.00 | OK | |
r-patched-linux-x86_64 | 1.1.4 | 3.13 | 24.04 | 27.17 | OK | |
r-release-linux-x86_64 | 1.1.4 | 2.62 | 23.89 | 26.51 | OK | |
r-release-macos-arm64 | 1.1.4 | 19.00 | OK | |||
r-release-macos-x86_64 | 1.1.4 | 43.00 | OK | |||
r-release-windows-x86_64 | 1.1.4 | 5.00 | 311.00 | 316.00 | ERROR | |
r-oldrel-macos-arm64 | 1.1.4 | 24.00 | OK | |||
r-oldrel-macos-x86_64 | 1.1.4 | 37.00 | OK | |||
r-oldrel-windows-x86_64 | 1.1.4 | 4.00 | 369.00 | 373.00 | OK |
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