Last updated on 2025-12-06 00:48:52 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.3.0 | 7.71 | 111.71 | 119.42 | OK | --no-vignettes |
| r-devel-linux-x86_64-debian-gcc | 1.3.0 | 5.13 | 54.14 | 59.27 | ERROR | --no-vignettes |
| r-devel-linux-x86_64-fedora-clang | 1.3.0 | 18.00 | 1035.18 | 1053.18 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.3.0 | 17.00 | 970.98 | 987.98 | OK | |
| r-devel-windows-x86_64 | 1.3.0 | 10.00 | 504.00 | 514.00 | OK | |
| r-patched-linux-x86_64 | 1.3.0 | 8.49 | 104.80 | 113.29 | OK | --no-vignettes |
| r-release-linux-x86_64 | 1.3.0 | 8.35 | 106.81 | 115.16 | OK | --no-vignettes |
| r-release-macos-arm64 | 1.3.0 | OK | ||||
| r-release-macos-x86_64 | 1.3.0 | 8.00 | 578.00 | 586.00 | OK | |
| r-release-windows-x86_64 | 1.3.0 | 11.00 | 500.00 | 511.00 | OK | |
| r-oldrel-macos-arm64 | 1.3.0 | OK | ||||
| r-oldrel-macos-x86_64 | 1.3.0 | 9.00 | 548.00 | 557.00 | OK | |
| r-oldrel-windows-x86_64 | 1.3.0 | 13.00 | 721.00 | 734.00 | OK |
Version: 1.3.0
Flags: --no-vignettes
Check: package dependencies
Result: WARN
Cannot process vignettes
Packages suggested but not available for checking:
'DiagrammeR', 'DT', 'knitr', 'rmarkdown', 'shiny', 'shinytest',
'survey'
VignetteBuilder package required for checking but not installed: ‘knitr’
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.3.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.3.0
Flags: --no-vignettes
Check: tests
Result: ERROR
Running ‘testthat.R’ [26s/26s]
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 262 ]
══ Skipped tests (1) ═══════════════════════════════════════════════════════════
• {shinytest} is not installed. (1): 'test-optimall_shiny.R:4: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 262 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.3.0
Flags: --no-vignettes
Check: package vignettes
Result: NOTE
Package has ‘vignettes’ subdirectory but apparently no vignettes.
Perhaps the ‘VignetteBuilder’ information is missing from the
DESCRIPTION file?
Flavor: r-devel-linux-x86_64-debian-gcc