Last updated on 2026-06-08 09:51:04 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.4.0 | 7.02 | 56.87 | 63.89 | OK | --no-vignettes |
| r-devel-linux-x86_64-debian-gcc | 1.4.0 | 5.85 | 40.90 | 46.75 | ERROR | --no-vignettes |
| r-devel-linux-x86_64-fedora-clang | 1.4.0 | 14.00 | 111.81 | 125.81 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.4.0 | 13.00 | 122.69 | 135.69 | OK | |
| r-devel-windows-x86_64 | 1.4.0 | 11.00 | 91.00 | 102.00 | OK | |
| r-patched-linux-x86_64 | 1.4.0 | 5.78 | 53.01 | 58.79 | OK | --no-vignettes |
| r-release-linux-x86_64 | 1.4.0 | 6.93 | 52.17 | 59.10 | OK | --no-vignettes |
| r-release-macos-arm64 | 1.4.0 | 2.00 | 24.00 | 26.00 | OK | |
| r-release-macos-x86_64 | 1.4.0 | 6.00 | 99.00 | 105.00 | OK | |
| r-release-windows-x86_64 | 1.4.0 | 13.00 | 90.00 | 103.00 | OK | |
| r-oldrel-macos-arm64 | 1.4.0 | 2.00 | 26.00 | 28.00 | OK | |
| r-oldrel-macos-x86_64 | 1.4.0 | 6.00 | 84.00 | 90.00 | OK | |
| r-oldrel-windows-x86_64 | 1.4.0 | 14.00 | 112.00 | 126.00 | OK |
Version: 1.4.0
Flags: --no-vignettes
Check: examples
Result: ERROR
Running examples in ‘optimall-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: multiwave_diagram
> ### Title: Print Summary Diagram of Multiwave Object
> ### Aliases: multiwave_diagram
>
> ### ** Examples
>
> MySurvey <- multiwave(phases = 2, waves = c(1, 3))
> multiwave_diagram(MySurvey)
Error: Please install DiagrammeR: install.packages('DiagrammeR').
Otherwise, try 'summary()'
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.4.0
Flags: --no-vignettes
Check: tests
Result: ERROR
Running ‘testthat.R’ [7s/8s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(optimall)
>
> test_check("optimall")
Saving _problems/test-multiwave_diagram-38.R
[ FAIL 1 | WARN 0 | SKIP 1 | PASS 305 ]
══ Skipped tests (1) ═══════════════════════════════════════════════════════════
• On Linux (1): 'test-optimall_shiny.R:15:1'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-multiwave_diagram.R:38:3'): multiwave_diagram works ────────────
Error: Please install DiagrammeR: install.packages('DiagrammeR').
Otherwise, try 'summary()'
Backtrace:
▆
1. └─optimall::multiwave_diagram(MySurvey) at test-multiwave_diagram.R:38:3
[ FAIL 1 | WARN 0 | SKIP 1 | PASS 305 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc