Last updated on 2025-09-08 12:50:40 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.2-0 | 9.52 | 141.51 | 151.03 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.2-0 | 6.72 | 95.89 | 102.61 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 1.2-0 | 233.71 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.2-0 | 236.35 | OK | |||
r-devel-windows-x86_64 | 1.2-0 | 10.00 | 159.00 | 169.00 | OK | |
r-patched-linux-x86_64 | 1.2-0 | 8.18 | 131.85 | 140.03 | OK | |
r-release-linux-x86_64 | 1.2-0 | 8.54 | 132.81 | 141.35 | OK | |
r-release-macos-arm64 | 1.2-0 | 79.00 | OK | |||
r-release-macos-x86_64 | 1.2-0 | 135.00 | OK | |||
r-release-windows-x86_64 | 1.2-0 | 11.00 | 160.00 | 171.00 | OK | |
r-oldrel-macos-arm64 | 1.2-0 | 71.00 | OK | |||
r-oldrel-macos-x86_64 | 1.2-0 | 150.00 | OK | |||
r-oldrel-windows-x86_64 | 1.2-0 | 13.00 | 199.00 | 212.00 | OK |
Version: 1.2-0
Check: tests
Result: ERROR
Running ‘testthat.R’ [24s/28s]
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
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 456 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test_aab.R:8:5'): Test suite aab.R ──────────────────────────────────
<subscriptOutOfBoundsError/error/condition>
Error in `x[, a]`: subscript out of bounds
Backtrace:
▆
1. └─freegroup (local) permsymb_checker(...) at test_aab.R:25:5
2. ├─testthat::expect_true(...) at test_aab.R:8:5
3. │ └─testthat::quasi_label(enquo(object), label, arg = "object")
4. │ └─rlang::eval_bare(expr, quo_get_env(quo))
5. ├─freegroup::permsymb(...)
6. └─freegroup::permsymb(X, permutations::as.function.permutation(p))
7. └─freegroup::permsymb_single_X(X, f)
8. ├─base::rbind(f(X[[1]][1, , drop = FALSE]))
9. └─permutations (local) f(X[[1]][1, , drop = FALSE])
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 456 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc