Last updated on 2025-02-26 08:52:55 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.5.1 | 5.96 | 97.76 | 103.72 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.5.1 | 3.77 | 68.37 | 72.14 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.5.1 | 166.38 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.5.1 | 173.88 | OK | |||
r-devel-macos-arm64 | 1.5.1 | 44.00 | OK | |||
r-devel-macos-x86_64 | 1.5.1 | 116.00 | OK | |||
r-devel-windows-x86_64 | 1.5.1 | 9.00 | 106.00 | 115.00 | OK | |
r-patched-linux-x86_64 | 1.5.1 | 6.85 | 90.89 | 97.74 | OK | |
r-release-linux-x86_64 | 1.5.1 | 6.24 | 92.26 | 98.50 | OK | |
r-release-macos-arm64 | 1.5.1 | 60.00 | OK | |||
r-release-macos-x86_64 | 1.5.1 | 92.00 | OK | |||
r-release-windows-x86_64 | 1.5.1 | 9.00 | 104.00 | 113.00 | OK | |
r-oldrel-macos-arm64 | 1.5.1 | 39.00 | ERROR | |||
r-oldrel-macos-x86_64 | 1.5.1 | 85.00 | OK | |||
r-oldrel-windows-x86_64 | 1.5.1 | 11.00 | 124.00 | 135.00 | OK |
Version: 1.5.1
Check: examples
Result: ERROR
Running examples in ‘saros-Ex.R’ failed
The error most likely occurred in:
> ### Name: fig_height_h_barchart2
> ### Title: Estimate figure height for a horizontal bar chart
> ### Aliases: fig_height_h_barchart2
>
> ### ** Examples
>
> fig_height_h_barchart2(makeme(data = ex_survey, dep = b_1:b_3, indep = x1_sex))
Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) :
there is no package called ‘systemfonts’
Calls: fig_height_h_barchart2 ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart
Execution halted
Flavor: r-oldrel-macos-arm64
Version: 1.5.1
Check: tests
Result: ERROR
Running ‘spelling.R’ [0s/0s]
Running ‘testthat.R’ [7s/5s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(saros)
>
> testthat::test_check("saros")
Starting 2 test processes
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 197 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-make_content.cat_plot_docx.R:4:3'): chart cat_docx ─────────────
Error: package or namespace load failed for 'officer' in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]):
there is no package called 'systemfonts'
Backtrace:
▆
1. └─base::library(officer) at test-make_content.cat_plot_docx.R:4:3
2. └─base::tryCatch(...)
3. └─base (local) tryCatchList(expr, classes, parentenv, handlers)
4. └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
5. └─value[[3L]](cond)
── Error ('test-make_content.cat_plot_html.R:4:7'): show.legend works with unused categories ──
<packageNotFoundError/error/condition>
Error in `loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])`: there is no package called 'systemfonts'
Backtrace:
▆
1. ├─vdiffr::expect_doppelganger(...) at test-make_content.cat_plot_html.R:2:5
2. │ └─vdiffr (local) writer(fig, testcase, title)
3. │ └─vdiffr:::print_plot(plot, title)
4. ├─saros::makeme(...) at test-make_content.cat_plot_html.R:4:7
5. │ ├─base::suppressPackageStartupMessages(...)
6. │ │ └─base::withCallingHandlers(expr, packageStartupMessage = function(c) tryInvokeRestart("muffleMessage"))
7. │ ├─rlang::exec(...)
8. │ ├─saros (local) `<fn>`(...)
9. │ └─saros:::make_content.cat_plot_html(...)
10. └─base::loadNamespace(x)
11. ├─base::namespaceImportFrom(...)
12. │ └─base::asNamespace(ns)
13. └─base::loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])
14. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL)
15. └─base (local) withOneRestart(expr, restarts[[1L]])
16. └─base (local) doWithOneRestart(return(expr), restart)
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 197 ]
Error: Test failures
Execution halted
Flavor: r-oldrel-macos-arm64