CRAN Package Check Results for Package iBreakDown

Last updated on 2025-12-05 19:49:45 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 2.1.2 6.76 253.43 260.19 NOTE
r-devel-linux-x86_64-debian-gcc 2.1.2 4.63 131.96 136.59 ERROR
r-devel-linux-x86_64-fedora-clang 2.1.2 16.00 381.46 397.46 OK
r-devel-linux-x86_64-fedora-gcc 2.1.2 14.00 383.53 397.53 OK
r-devel-windows-x86_64 2.1.2 8.00 294.00 302.00 OK
r-patched-linux-x86_64 2.1.2 6.74 234.14 240.88 OK
r-release-linux-x86_64 2.1.2 6.31 238.03 244.34 OK
r-release-macos-arm64 2.1.2 OK
r-release-macos-x86_64 2.1.2 5.00 388.00 393.00 OK
r-release-windows-x86_64 2.1.2 9.00 286.00 295.00 OK
r-oldrel-macos-arm64 2.1.2 OK
r-oldrel-macos-x86_64 2.1.2 5.00 310.00 315.00 OK
r-oldrel-windows-x86_64 2.1.2 11.00 361.00 372.00 OK

Check Details

Version: 2.1.2
Check: CRAN incoming feasibility
Result: NOTE Maintainer: ‘Przemyslaw Biecek <przemyslaw.biecek@gmail.com>’ The Description field contains article (Gosiewska and Biecek 2019) <arXiv:1903.11420> This package is a part of the 'DrWhy.AI' 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.1.2
Check: package dependencies
Result: WARN Cannot process vignettes Packages suggested but not available for checking: 'knitr', 'rmarkdown', 'ranger', 'r2d3', 'covr' VignetteBuilder package required for checking but not installed: ‘knitr’ Flavor: r-devel-linux-x86_64-debian-gcc

Version: 2.1.2
Check: examples
Result: ERROR Running examples in ‘iBreakDown-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: plotD3 > ### Title: Plot Break Down Objects in D3 with r2d3 package. > ### Aliases: plotD3 plotD3.break_down > > ### ** 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 > library("iBreakDown") > set.seed(1313) > model_titanic_glm <- glm(survived ~ gender + age + fare, + data = titanic_imputed, family = "binomial") > explain_titanic_glm <- explain(model_titanic_glm, + data = titanic_imputed, + y = titanic_imputed$survived, + label = "glm") Preparation of a new explainer is initiated -> model label : glm -> data : 2207 rows 8 cols -> target variable : 2207 values -> predict function : yhat.glm will be used ( <1b>[33m default <1b>[39m ) -> predicted values : No value for predict function target column. ( <1b>[33m default <1b>[39m ) -> model_info : package stats , ver. 4.6.0 , task classification ( <1b>[33m default <1b>[39m ) -> predicted values : numerical, min = 0.1490412 , mean = 0.3221568 , max = 0.9878987 -> residual function : difference between y and yhat ( <1b>[33m default <1b>[39m ) -> residuals : numerical, min = -0.8898433 , mean = 4.16449e-13 , max = 0.8448637 <1b>[32m A new explainer has been created! <1b>[39m > > bd_glm <- local_attributions(explain_titanic_glm, titanic_imputed[1, ]) > bd_glm contribution glm: intercept 0.322 glm: gender = male -0.107 glm: fare = 7.11 -0.018 glm: age = 42 -0.014 glm: class = 3rd 0.000 glm: embarked = Southampton 0.000 glm: sibsp = 0 0.000 glm: parch = 0 0.000 glm: survived = 0 0.000 glm: prediction 0.183 > plotD3(bd_glm) 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.1.2
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