Last updated on 2026-04-08 01:52:02 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.3.0 | 1.98 | 23.85 | 25.83 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.3.0 | 1.35 | 20.47 | 21.82 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.3.0 | 37.20 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 1.3.0 | 4.00 | 36.62 | 40.62 | OK | |
| r-devel-macos-arm64 | 1.3.0 | 1.00 | 14.00 | 15.00 | OK | |
| r-devel-windows-x86_64 | 1.3.0 | 4.00 | 49.00 | 53.00 | OK | |
| r-patched-linux-x86_64 | 1.3.0 | 2.12 | 22.23 | 24.35 | OK | |
| r-release-linux-x86_64 | 1.3.0 | 2.03 | 21.21 | 23.24 | OK | |
| r-release-macos-arm64 | 1.3.0 | OK | ||||
| r-release-macos-x86_64 | 1.3.0 | 2.00 | 44.00 | 46.00 | OK | |
| r-release-windows-x86_64 | 1.3.0 | 4.00 | 46.00 | 50.00 | OK | |
| r-oldrel-macos-arm64 | 1.3.0 | OK | ||||
| r-oldrel-macos-x86_64 | 1.3.0 | 2.00 | 39.00 | 41.00 | OK | |
| r-oldrel-windows-x86_64 | 1.3.0 | 4.00 | 54.00 | 58.00 | OK |
Version: 1.3.0
Check: tests
Result: ERROR
Running ‘test-all.R’ [1s/49s]
Running the tests in ‘tests/test-all.R’ failed.
Complete output:
> library(testthat)
> library(pcatsAPIclientR)
>
> test_check("pcatsAPIclientR")
Saving _problems/test-staticgp-25.R
Saving _problems/test-staticgp-35.R
Saving _problems/test-staticgp-45.R
Saving _problems/test-staticgp-54.R
[ FAIL 4 | WARN 0 | SKIP 0 | PASS 2 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-staticgp.R:24:3'): Function to submit staticgp ───────────────
Expected Valid jobid to be TRUE.
Differences:
`actual`: FALSE
`expected`: TRUE
── Failure ('test-staticgp.R:35:3'): Function can wait for result ──────────────
Expected `status` to be equivalent to "Done".
1/1 mismatches
x[1]: "Job Submission Failed"
y[1]: "Done"
── Failure ('test-staticgp.R:45:3'): Function get printed results ──────────────
Expected `status` to be equivalent to "Done".
1/1 mismatches
x[1]: "Job Submission Failed"
y[1]: "Done"
── Failure ('test-staticgp.R:54:3'): Function get printed results ──────────────
Expected `line3` to equal " A=0 - A=1 -5.048 0.198 -5.415 -4.662 0 0 0".
Differences:
1/1 mismatches
x[1]: ""
y[1]: " A=0 - A=1 -5.048 0.198 -5.415 -4.662 0 0 0"
[ FAIL 4 | WARN 0 | SKIP 0 | PASS 2 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc