Last updated on 2026-06-19 17:59:27 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.2-0 | 8.79 | 136.78 | 145.57 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.2-0 | 6.88 | 97.49 | 104.37 | OK | |
| r-devel-linux-x86_64-fedora-clang | 1.2-0 | 16.00 | 217.99 | 233.99 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.2-0 | 14.00 | 225.91 | 239.91 | OK | |
| r-devel-windows-x86_64 | 1.2-0 | 12.00 | 160.00 | 172.00 | OK | |
| r-patched-linux-x86_64 | 1.2-0 | 9.33 | 129.13 | 138.46 | OK | |
| r-release-linux-x86_64 | 1.2-0 | 8.19 | 135.38 | 143.57 | WARN | |
| r-release-macos-arm64 | 1.2-0 | 2.00 | 38.00 | 40.00 | OK | |
| r-release-macos-x86_64 | 1.2-0 | 7.00 | 140.00 | 147.00 | OK | |
| r-release-windows-x86_64 | 1.2-0 | 10.00 | 161.00 | 171.00 | OK | |
| r-oldrel-macos-arm64 | 1.2-0 | OK | ||||
| r-oldrel-macos-x86_64 | 1.2-0 | 6.00 | 129.00 | 135.00 | OK | |
| r-oldrel-windows-x86_64 | 1.2-0 | 14.00 | 190.00 | 204.00 | ERROR |
Version: 1.2-0
Check: re-building of vignette outputs
Result: WARN
Error(s) in re-building vignettes:
...
--- re-building ‘freegroup.Rnw’ using Sweave
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
Error: processing vignette 'freegroup.Rnw' failed with diagnostics:
Running 'texi2dvi' on 'freegroup.tex' failed.
LaTeX errors:
! Undefined control sequence.
<argument> cite.\@citeb
\@extra@b@citeb
l.67 \begin{document}
! Emergency stop.
<argument> cite.\@citeb
\@extra@b@citeb
l.67 \begin{document}
! ==> Fatal error occurred, no output PDF file produced!
--- failed re-building ‘freegroup.Rnw’
SUMMARY: processing the following file failed:
‘freegroup.Rnw’
Error: Vignette re-building failed.
Execution halted
Flavor: r-release-linux-x86_64
Version: 1.2-0
Check: tests
Result: ERROR
Running 'testthat.R' [51s]
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-11.R
[ 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)
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-oldrel-windows-x86_64