Last updated on 2026-06-07 18:51:28 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 2.0.0 | 70.28 | 50.01 | 120.29 | OK | |
| r-devel-linux-x86_64-debian-gcc | 2.0.0 | 34.74 | 41.32 | 76.06 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 2.0.0 | 70.00 | 83.04 | 153.04 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 2.0.0 | 81.00 | 100.73 | 181.73 | OK | |
| r-devel-windows-x86_64 | 2.0.0 | 42.00 | 95.00 | 137.00 | OK | |
| r-patched-linux-x86_64 | 2.0.0 | 36.63 | 47.99 | 84.62 | OK | |
| r-release-linux-x86_64 | 2.0.0 | 46.91 | 50.36 | 97.27 | OK | |
| r-release-macos-arm64 | 2.0.0 | 11.00 | 14.00 | 25.00 | OK | |
| r-release-macos-x86_64 | 2.0.0 | 46.00 | 42.00 | 88.00 | OK | |
| r-release-windows-x86_64 | 2.0.0 | 44.00 | 97.00 | 141.00 | OK | |
| r-oldrel-macos-arm64 | 2.0.0 | 15.00 | 16.00 | 31.00 | OK | |
| r-oldrel-macos-x86_64 | 2.0.0 | 48.00 | 103.00 | 151.00 | OK | |
| r-oldrel-windows-x86_64 | 2.0.0 | 47.00 | 114.00 | 161.00 | OK |
Version: 2.0.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [6s/8s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(qualpalr)
>
> test_check("qualpalr")
[ FAIL 1 | WARN 1 | SKIP 0 | PASS 58 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test_plotting.R:12:3'): plotting functions work as expected ─────────
Error in `plot.new()`: could not open file '/tmp/Rtmpw4NOsj/file38a1c4307199a'
Backtrace:
▆
1. ├─testthat::expect_silent(dont_plot(f)) at test_plotting.R:12:3
2. │ └─testthat:::quasi_capture(enquo(object), NULL, evaluate_promise)
3. │ ├─testthat (local) .capture(...)
4. │ │ ├─withr::with_output_sink(...)
5. │ │ │ └─base::force(code)
6. │ │ ├─base::withCallingHandlers(...)
7. │ │ └─base::withVisible(code)
8. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
9. └─qualpalr:::dont_plot(f)
10. ├─base (local) f(x, ...) at ./helper_dont_plot.R:5:3
11. └─qualpalr:::plot.qualpal(x, ...)
12. ├─base::do.call(graphics::plot, utils::modifyList(args, list(...)))
13. ├─base (local) `<fn>`(...)
14. └─graphics::plot.default(...)
15. └─graphics::plot.new()
[ FAIL 1 | WARN 1 | SKIP 0 | PASS 58 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc