Last updated on 2026-05-11 12:50:46 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.1.5 | 2.38 | 27.84 | 30.22 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.1.5 | 2.04 | 20.46 | 22.50 | OK | |
| r-devel-linux-x86_64-fedora-clang | 1.1.5 | 57.35 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 1.1.5 | 55.59 | OK | |||
| r-devel-windows-x86_64 | 1.1.5 | 4.00 | 312.00 | 316.00 | ERROR | |
| r-patched-linux-x86_64 | 1.1.5 | 2.41 | 25.41 | 27.82 | OK | |
| r-release-linux-x86_64 | 1.1.5 | 2.36 | 25.51 | 27.87 | OK | |
| r-release-macos-arm64 | 1.1.5 | 1.00 | 11.00 | 12.00 | OK | |
| r-release-macos-x86_64 | 1.1.5 | 2.00 | 31.00 | 33.00 | OK | |
| r-release-windows-x86_64 | 1.1.5 | 6.00 | 300.00 | 306.00 | OK | |
| r-oldrel-macos-arm64 | 1.1.5 | 1.00 | 16.00 | 17.00 | OK | |
| r-oldrel-macos-x86_64 | 1.1.5 | 2.00 | 68.00 | 70.00 | OK | |
| r-oldrel-windows-x86_64 | 1.1.5 | 6.00 | 386.00 | 392.00 | OK |
Version: 1.1.5
Check: tests
Result: ERROR
Running 'testthat.R' [172s]
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")
+ }
Starting Julia ...
[1] "Starting tests with Julia version 1.11.3"
Connecting to Julia TCP server at localhost:11980 ...
Saving _problems/test-1055.R
[ FAIL 1 | WARN 0 | SKIP 7 | PASS 520 ]
══ 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'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test.R:1054:4'): Julia startup options can be modified ────────────
Expected `capture.output(...)` to have at least one element.
[ FAIL 1 | WARN 0 | SKIP 7 | PASS 520 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-windows-x86_64