CRAN Package Check Results for Package auditor

Last updated on 2025-12-07 06:49:36 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.3.5 9.85 264.40 274.25 OK
r-devel-linux-x86_64-debian-gcc 1.3.5 7.18 103.15 110.33 ERROR
r-devel-linux-x86_64-fedora-clang 1.3.5 22.00 400.42 422.42 OK
r-devel-linux-x86_64-fedora-gcc 1.3.5 20.00 407.60 427.60 OK
r-devel-windows-x86_64 1.3.5 13.00 285.00 298.00 OK
r-patched-linux-x86_64 1.3.5 10.06 253.22 263.28 OK
r-release-linux-x86_64 1.3.5 9.03 250.18 259.21 OK
r-release-macos-arm64 1.3.5 OK
r-release-macos-x86_64 1.3.5 8.00 223.00 231.00 OK
r-release-windows-x86_64 1.3.5 14.00 281.00 295.00 OK
r-oldrel-macos-arm64 1.3.5 OK
r-oldrel-macos-x86_64 1.3.5 7.00 205.00 212.00 OK
r-oldrel-windows-x86_64 1.3.5 18.00 373.00 391.00 OK

Check Details

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

Version: 1.3.5
Check: examples
Result: ERROR Running examples in ‘auditor-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: plotD3 > ### Title: Model Diagnostic Plots in D3 with r2d3 package. > ### Aliases: plotD3 plotD3_auditor plotD3.auditor_model_residual > ### plotD3.auditor_model_halfnormal plotD3.auditor_model_evaluation > ### plotD3.auditor_model_cooksdistance > > ### ** Examples > > dragons <- DALEX::dragons[1:100, ] > > # fit a model > model_lm <- lm(life_length ~ ., data = dragons) > > lm_audit <- audit(model_lm, data = dragons, y = dragons$life_length) Preparation of a new explainer is initiated -> model label : lm ( <1b>[33m default <1b>[39m ) -> data : 100 rows 8 cols -> target variable : 100 values -> predict function : yhat.lm 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 regression ( <1b>[33m default <1b>[39m ) -> predicted values : numerical, min = 585.8311 , mean = 1347.787 , max = 2942.307 -> residual function : difference between y and yhat ( <1b>[33m default <1b>[39m ) -> residuals : numerical, min = -88.41755 , mean = -1.796256e-13 , max = 77.92805 <1b>[32m A new explainer has been created! <1b>[39m > > # validate a model with auditor > mr_lm <- model_residual(lm_audit) > > # plot results > plotD3(mr_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: 1.3.5
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