Last updated on 2026-06-06 23:51:58 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.0.9 | 13.79 | 177.32 | 191.11 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.0.9 | 9.41 | 119.10 | 128.51 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.0.9 | 27.00 | 292.73 | 319.73 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.0.9 | 25.00 | 301.72 | 326.72 | OK | |
| r-devel-windows-x86_64 | 1.0.9 | 16.00 | 199.00 | 215.00 | OK | |
| r-patched-linux-x86_64 | 1.0.9 | 12.89 | 170.67 | 183.56 | OK | |
| r-release-linux-x86_64 | 1.0.9 | 14.79 | 171.86 | 186.65 | OK | |
| r-release-macos-arm64 | 1.0.9 | 3.00 | 55.00 | 58.00 | OK | |
| r-release-macos-x86_64 | 1.0.9 | 10.00 | 339.00 | 349.00 | OK | |
| r-release-windows-x86_64 | 1.0.9 | 15.00 | 200.00 | 215.00 | OK | |
| r-oldrel-macos-arm64 | 1.0.9 | 3.00 | 52.00 | 55.00 | OK | |
| r-oldrel-macos-x86_64 | 1.0.9 | 10.00 | 240.00 | 250.00 | OK | |
| r-oldrel-windows-x86_64 | 1.0.9 | 22.00 | 249.00 | 271.00 | OK |
Version: 1.0.9
Check: tests
Result: ERROR
Running ‘testthat.R’ [44s/54s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(procs)
Loading required package: common
>
> test_check("procs")
Saving _problems/test-ttestplots-869.R
Saving _problems/test-ttestplots-1176.R
[ FAIL 2 | WARN 7 | SKIP 0 | PASS 2492 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-ttestplots.R:865:3'): ttestplot17: plots with weight parameter. ──
Error in `plot.new()`: could not open file '/tmp/Rtmpqkfb6a/file36883e558658f7.jpg'
Backtrace:
▆
1. └─procs::proc_ttest(...) at test-ttestplots.R:865:3
2. └─procs:::gen_report_ttest(...)
3. └─procs:::render_ttestplot(dt, outp$var, outp$plot, class, res)
4. └─procs:::render_tqqplot1(dat, var, plt, res)
5. ├─base::plot(...)
6. └─graphics::plot.default(...)
7. └─graphics::plot.new()
── Error ('test-ttestplots.R:1173:3'): ttestplot25: plots work with NAs in data. ──
Error in `plot.new()`: could not open file '/tmp/Rtmpqkfb6a/file36883e48057d27.jpg'
Backtrace:
▆
1. └─procs::proc_ttest(...) at test-ttestplots.R:1173:3
2. └─procs:::gen_report_ttest(...)
3. └─procs:::render_ttestplot(dt, outp$var, outp$plot, class, res)
4. └─procs:::render_agreement(dat, var, plt, res)
5. ├─base::plot(...)
6. └─graphics::plot.default(...)
7. └─graphics::plot.new()
[ FAIL 2 | WARN 7 | SKIP 0 | PASS 2492 ]
Error:
! Test failures.
Warning message:
In dir.create(path, recursive = TRUE) :
cannot create dir '/tmp/Rtmpqkfb6a/file36883e49f0c706', reason 'No space left on device'
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc