Last updated on 2026-01-24 06:49:32 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.3.6 | 3.19 | 46.03 | 49.22 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.3.6 | ERROR | ||||
| r-devel-linux-x86_64-fedora-clang | 0.3.6 | 73.75 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 0.3.6 | 77.59 | OK | |||
| r-devel-windows-x86_64 | 0.3.6 | 5.00 | 68.00 | 73.00 | OK | |
| r-patched-linux-x86_64 | 0.3.6 | 4.50 | 40.08 | 44.58 | OK | |
| r-release-linux-x86_64 | 0.3.6 | 3.77 | 40.43 | 44.20 | OK | |
| r-release-macos-arm64 | 0.3.6 | OK | ||||
| r-release-macos-x86_64 | 0.3.6 | 3.00 | 41.00 | 44.00 | OK | |
| r-release-windows-x86_64 | 0.3.6 | 6.00 | 68.00 | 74.00 | OK | |
| r-oldrel-macos-arm64 | 0.3.6 | OK | ||||
| r-oldrel-macos-x86_64 | 0.3.6 | 3.00 | 67.00 | 70.00 | OK | |
| r-oldrel-windows-x86_64 | 0.3.6 | 7.00 | 78.00 | 85.00 | OK |
Version: 0.3.6
Check: tests
Result: ERROR
Running ‘testthat.R’ [6s/8s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(term)
>
> test_check("term")
Saving _problems/test-summary-3.R
[ FAIL 1 | WARN 4 | SKIP 1 | PASS 545 ]
══ Skipped tests (1) ═══════════════════════════════════════════════════════════
• On CRAN (1): 'test-print.R:2:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-summary.R:3:3'): summary.term ────────────────────────────────
Expected `summary(term("a[1]"))` to be identical to `summary("a[1]")`.
Differences:
`actual`: "1" "1" "0" "1" "1"
`expected`: "1" "1" "0" "4" "4"
[ FAIL 1 | WARN 4 | SKIP 1 | PASS 545 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc