CRAN Package Check Results for Package edibble

Last updated on 2025-12-07 01:48:33 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.1.1 9.38 100.98 110.36 OK
r-devel-linux-x86_64-debian-gcc 1.1.1 6.39 60.17 66.56 ERROR
r-devel-linux-x86_64-fedora-clang 1.1.1 65.00 125.90 190.90 OK
r-devel-linux-x86_64-fedora-gcc 1.1.1 43.00 147.27 190.27 OK
r-devel-windows-x86_64 1.1.1 12.00 117.00 129.00 OK
r-patched-linux-x86_64 1.1.1 7.84 90.35 98.19 OK
r-release-linux-x86_64 1.1.1 9.83 90.82 100.65 OK
r-release-macos-arm64 1.1.1 OK
r-release-macos-x86_64 1.1.1 8.00 83.00 91.00 OK
r-release-windows-x86_64 1.1.1 12.00 113.00 125.00 OK
r-oldrel-macos-arm64 1.1.1 OK
r-oldrel-macos-x86_64 1.1.1 6.00 65.00 71.00 OK
r-oldrel-windows-x86_64 1.1.1 16.00 153.00 169.00 OK

Check Details

Version: 1.1.1
Check: package dependencies
Result: WARN Cannot process vignettes Packages suggested but not available for checking: 'rmarkdown', 'visNetwork', 'knitr' VignetteBuilder package required for checking but not installed: ‘knitr’ Flavor: r-devel-linux-x86_64-debian-gcc

Version: 1.1.1
Check: examples
Result: ERROR Running examples in ‘edibble-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: plot.edbl_design > ### Title: Interactive plot of the edibble design > ### Aliases: plot.edbl_design plot.edbl_table plot_fct_graph plot_lvl_graph > > ### ** Examples > > plot(takeout(menu_crd(t = 4, n = 20))) Loading required namespace: visNetwork Failed with error: ‘there is no package called ‘visNetwork’’ Error in `plot()`: ! You need to install `visNetwork` package. Backtrace: ▆ 1. ├─base::plot(takeout(menu_crd(t = 4, n = 20))) 2. └─edibble:::plot.edbl_table(takeout(menu_crd(t = 4, n = 20))) 3. ├─base::plot(des, ...) 4. └─edibble:::plot.edbl_design(des, ...) 5. └─rlang::abort("You need to install `visNetwork` package.") Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 1.1.1
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