Last updated on 2024-11-22 03:52:39 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.1.4 | 2.55 | 24.57 | 27.12 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.1.4 | 1.85 | 20.08 | 21.93 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.1.4 | 57.90 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.1.4 | 52.37 | OK | |||
r-devel-windows-x86_64 | 1.1.4 | 5.00 | 257.00 | 262.00 | ERROR | |
r-patched-linux-x86_64 | 1.1.4 | 2.96 | 22.98 | 25.94 | OK | |
r-release-linux-x86_64 | 1.1.4 | 2.58 | 24.39 | 26.97 | OK | |
r-release-macos-arm64 | 1.1.4 | 30.00 | OK | |||
r-release-macos-x86_64 | 1.1.4 | 37.00 | OK | |||
r-release-windows-x86_64 | 1.1.4 | 4.00 | 251.00 | 255.00 | OK | |
r-oldrel-macos-arm64 | 1.1.4 | 32.00 | OK | |||
r-oldrel-macos-x86_64 | 1.1.4 | 42.00 | OK | |||
r-oldrel-windows-x86_64 | 1.1.4 | 3.00 | 314.00 | 317.00 | OK |
Version: 1.1.4
Check: tests
Result: ERROR
Running 'testthat.R' [144s]
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")
+ }
hello world
Connecting to Julia TCP server at localhost:11980 ...
Activating project at `D:\RCompile\CRANpkg\lib\4.5\JuliaConnectoR\examples\IndexedTables-Project\1_6`
┌ Warning: The active manifest file is an older format with no julia version entry. Dependencies may have been resolved with a different julia version.
└ @ nothing D:\RCompile\CRANpkg\lib\4.5\JuliaConnectoR\examples\IndexedTables-Project\1_6\Manifest.toml:0
[ FAIL 1 | WARN 0 | SKIP 5 | PASS 523 ]
══ 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:26:4'): Output is transferred ──────────────────────────────
`output` does not match "^[\n]*hello world[\n]*$".
Actual value: ""
Backtrace:
▆
1. └─testthat::expect_match(output, "^[\n]*hello world[\n]*$") at test.R:26:4
2. └─testthat:::expect_match_(...)
[ FAIL 1 | WARN 0 | SKIP 5 | PASS 523 ]
Error: Test failures
Execution halted
Flavor: r-devel-windows-x86_64