Last updated on 2026-04-06 19:49:59 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.2-0 | 9.76 | 139.06 | 148.82 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.2-0 | 6.52 | 94.70 | 101.22 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.2-0 | 15.00 | 213.74 | 228.74 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.2-0 | 14.00 | 221.22 | 235.22 | OK | |
| r-devel-macos-arm64 | 1.2-0 | 2.00 | 38.00 | 40.00 | OK | |
| r-devel-windows-x86_64 | 1.2-0 | 11.00 | 177.00 | 188.00 | OK | |
| r-patched-linux-x86_64 | 1.2-0 | 9.78 | 128.05 | 137.83 | OK | |
| r-release-linux-x86_64 | 1.2-0 | 8.56 | 126.97 | 135.53 | OK | |
| r-release-macos-arm64 | 1.2-0 | OK | ||||
| r-release-macos-x86_64 | 1.2-0 | 6.00 | 129.00 | 135.00 | OK | |
| r-release-windows-x86_64 | 1.2-0 | 11.00 | 161.00 | 172.00 | OK | |
| r-oldrel-macos-arm64 | 1.2-0 | OK | ||||
| r-oldrel-macos-x86_64 | 1.2-0 | 6.00 | 144.00 | 150.00 | OK | |
| r-oldrel-windows-x86_64 | 1.2-0 | 14.00 | 203.00 | 217.00 | OK |
Version: 1.2-0
Check: tests
Result: ERROR
Running ‘testthat.R’ [25s/30s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library("testthat")
> test_check("freegroup")
Loading required package: freegroup
Loading required package: plyr
Attaching package: 'freegroup'
The following object is masked from 'package:plyr':
id
The following object is masked from 'package:base':
is.primitive
Saving _problems/test_aab-4.R
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 459 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test_aab.R:4:5'): Test suite aab.R ────────────────────────────────
Expected `all(X == autosub(autosub(X, "a", S), "a", -S))` to be TRUE.
Differences:
`actual`: FALSE
`expected`: TRUE
Backtrace:
▆
1. └─freegroup (local) autosub_checker(X = rfree(n, r), S = discard(rfree(1, r), "a")) at test_aab.R:19:9
2. └─testthat::expect_true(...) at test_aab.R:4:5
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 459 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc