Last updated on 2026-08-07 02:56:01 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.0.0 | 2.16 | 29.24 | 31.40 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.0.0 | 1.67 | 23.71 | 25.38 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.0.0 | 20.99 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 1.0.0 | 20.08 | OK | |||
| r-devel-windows-x86_64 | 1.0.0 | 4.00 | 78.00 | 82.00 | OK | |
| r-patched-linux-x86_64 | 1.0.0 | 2.35 | 26.59 | 28.94 | OK | |
| r-release-linux-x86_64 | 1.0.0 | 1.75 | 26.68 | 28.43 | OK | |
| r-release-macos-arm64 | 1.0.0 | 1.00 | 52.00 | 53.00 | OK | |
| r-release-macos-x86_64 | 1.0.0 | 2.00 | 86.00 | 88.00 | OK | |
| r-release-windows-x86_64 | 1.0.0 | 3.00 | 77.00 | 80.00 | OK | |
| r-oldrel-macos-arm64 | 1.0.0 | 1.00 | 46.00 | 47.00 | OK | |
| r-oldrel-macos-x86_64 | 1.0.0 | 2.00 | 72.00 | 74.00 | OK | |
| r-oldrel-windows-x86_64 | 1.0.0 | 5.00 | 87.00 | 92.00 | OK |
Version: 1.0.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [5s/50s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(RColetum)
>
> test_check("RColetum")
Saving _problems/test-GetForms-45.R
Saving _problems/test-GetForms-53.R
Saving _problems/test-GetForms-59.R
[ FAIL 3 | WARN 0 | SKIP 0 | PASS 91 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-GetForms.R:45:3'): get forms with no filter ──────────────────
Expected `myForms` to equal `myExpectedForms`.
Differences:
Names: 1 string mismatch
Length mismatch: comparison on first 7 components
Component 7: 1 element mismatch
── Failure ('test-GetForms.R:53:3'): get forms filtered by status ──────────────
Expected `myFormsDisabled` to equal `myFormsDisabled2`.
Differences:
Names: 1 string mismatch
Length mismatch: comparison on first 7 components
── Failure ('test-GetForms.R:59:3'): get forms filtered by status ──────────────
Expected `myFormsEnabled` to equal `myFormsEnabled2`.
Differences:
Names: 1 string mismatch
Length mismatch: comparison on first 7 components
Component 7: 1 element mismatch
[ FAIL 3 | WARN 0 | SKIP 0 | PASS 91 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc