CRAN Package Check Results for Package ingredients

Last updated on 2025-12-07 18:49:49 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 2.3.0 8.22 775.90 784.12 NOTE
r-devel-linux-x86_64-debian-gcc 2.3.0 5.75 464.66 470.41 ERROR
r-devel-linux-x86_64-fedora-clang 2.3.0 17.00 1157.64 1174.64 OK
r-devel-linux-x86_64-fedora-gcc 2.3.0 16.00 1101.03 1117.03 OK
r-devel-windows-x86_64 2.3.0 11.00 531.00 542.00 OK
r-patched-linux-x86_64 2.3.0 8.87 798.20 807.07 OK
r-release-linux-x86_64 2.3.0 8.08 792.49 800.57 OK
r-release-macos-arm64 2.3.0 OK
r-release-macos-x86_64 2.3.0 6.00 499.00 505.00 OK
r-release-windows-x86_64 2.3.0 10.00 536.00 546.00 OK
r-oldrel-macos-arm64 2.3.0 OK
r-oldrel-macos-x86_64 2.3.0 5.00 259.00 264.00 OK
r-oldrel-windows-x86_64 2.3.0 14.00 745.00 759.00 OK

Check Details

Version: 2.3.0
Check: CRAN incoming feasibility
Result: NOTE Maintainer: ‘Przemyslaw Biecek <przemyslaw.biecek@gmail.com>’ The Description field contains universe (Biecek 2018) <arXiv:1806.08915>. Please refer to arXiv e-prints via their arXiv DOI <doi:10.48550/arXiv.YYMM.NNNNN>. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc

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

Version: 2.3.0
Check: examples
Result: ERROR Running examples in ‘ingredients-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: plotD3.feature_importance_explainer > ### Title: Plot Feature Importance Objects in D3 with r2d3 Package. > ### Aliases: plotD3.feature_importance_explainer > > ### ** Examples > > library("DALEX") Welcome to DALEX (version: 2.5.3). Find examples and detailed introduction at: http://ema.drwhy.ai/ Additional features will be available after installation of: ggpubr. Use 'install_dependencies()' to get all suggested dependencies Attaching package: ‘DALEX’ The following object is masked from ‘package:ingredients’: feature_importance > library("ingredients") > > lm_model <- lm(m2.price ~., data = apartments) > explainer_lm <- explain(lm_model, + data = apartments[,-1], + y = apartments[,1], + verbose = FALSE) > > fi_lm <- feature_importance(explainer_lm, + loss_function = DALEX::loss_root_mean_square, B = 1) > > head(fi_lm) variable mean_dropout_loss label 1 _full_model_ 279.3262 lm 2 construction.year 279.4293 lm 3 no.rooms 288.6068 lm 4 floor 494.6028 lm 5 surface 619.8296 lm 6 district 1007.1649 lm > plotD3(fi_lm) Error in loadNamespace(x) : there is no package called ‘r2d3’ Calls: plotD3 ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

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