- using R version 4.5.3 (2026-03-11 ucrt)
- using platform: x86_64-w64-mingw32
- R was compiled by
gcc.exe (GCC) 14.3.0
GNU Fortran (GCC) 14.3.0
- running under: Windows Server 2022 x64 (build 20348)
- using session charset: UTF-8
- checking for file 'localModel/DESCRIPTION' ... OK
- this is package 'localModel' version '0.5'
- package encoding: UTF-8
- checking package namespace information ... OK
- checking package dependencies ... OK
- checking if this is a source package ... OK
- checking if there is a namespace ... OK
- checking for hidden files and directories ... OK
- checking for portable file names ... OK
- checking whether package 'localModel' can be installed ... OK
See the install log for details.
- checking installed package size ... OK
- checking package directory ... OK
- checking 'build' directory ... OK
- checking DESCRIPTION meta-information ... OK
- checking top-level files ... OK
- checking for left-over files ... OK
- checking index information ... OK
- checking package subdirectories ... OK
- checking code files for non-ASCII characters ... OK
- checking R files for syntax errors ... OK
- checking whether the package can be loaded ... [2s] OK
- checking whether the package can be loaded with stated dependencies ... [2s] OK
- checking whether the package can be unloaded cleanly ... [2s] OK
- checking whether the namespace can be loaded with stated dependencies ... [2s] OK
- checking whether the namespace can be unloaded cleanly ... [2s] OK
- checking loading without being on the library search path ... [2s] OK
- checking use of S3 registration ... OK
- checking dependencies in R code ... OK
- checking S3 generic/method consistency ... OK
- checking replacement functions ... OK
- checking foreign function calls ... OK
- checking R code for possible problems ... [7s] OK
- checking Rd files ... [1s] OK
- checking Rd metadata ... OK
- checking Rd cross-references ... OK
- checking for missing documentation entries ... OK
- checking for code/documentation mismatches ... OK
- checking Rd \usage sections ... OK
- checking Rd contents ... OK
- checking for unstated dependencies in examples ... OK
- checking installed files from 'inst/doc' ... OK
- checking files in 'vignettes' ... OK
- checking examples ... [11s] OK
- checking for unstated dependencies in 'tests' ... OK
- checking tests ... [10s] ERROR
Running 'testthat.R' [10s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(localModel)
> 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(randomForest)
randomForest 4.7-1.2
Type rfNews() to see new features/changes/bug fixes.
>
> test_check("localModel")
Preparation of a new explainer is initiated
-> model label : randomForest ( [33m default [39m )
-> data : 500 rows 6 cols
-> target variable : not specified! ( [31m WARNING [39m )
-> predict function : yhat.randomForest will be used ( [33m default [39m )
-> predicted values : No value for predict function target column. ( [33m default [39m )
-> model_info : package randomForest , ver. 4.7.1.2 , task multiclass ( [33m default [39m )
-> model_info : Model info detected multiclass task but 'y' is a NULL . ( [31m WARNING [39m )
-> model_info : By deafult multiclass tasks supports only factor 'y' parameter.
-> model_info : Consider changing to a factor vector with true class names.
-> model_info : Otherwise I will not be able to calculate residuals or loss function.
-> predicted values : predict function returns multiple columns: 3 ( [33m default [39m )
-> residual function : difference between 1 and probability of true class ( [33m default [39m )
[32m A new explainer has been created! [39m
Preparation of a new explainer is initiated
-> model label : randomForest ( [33m default [39m )
-> data : 500 rows 6 cols
-> target variable : not specified! ( [31m WARNING [39m )
-> predict function : yhat.randomForest will be used ( [33m default [39m )
-> predicted values : No value for predict function target column. ( [33m default [39m )
-> model_info : package randomForest , ver. 4.7.1.2 , task regression ( [33m default [39m )
-> model_info : Model info detected regression task but 'y' is a NULL . ( [31m WARNING [39m )
-> model_info : By deafult regressions tasks supports only numercical 'y' parameter.
-> model_info : Consider changing to numerical vector.
-> model_info : Otherwise I will not be able to calculate residuals or loss function.
-> predicted values : numerical, min = 1957.929 , mean = 3500.78 , max = 5686.685
-> residual function : difference between y and yhat ( [33m default [39m )
[32m A new explainer has been created! [39m
Saving _problems/test_generic-11.R
Preparation of a new explainer is initiated
-> model label : randomForest ( [33m default [39m )
-> data : 500 rows 6 cols
-> target variable : not specified! ( [31m WARNING [39m )
-> predict function : yhat.randomForest will be used ( [33m default [39m )
-> predicted values : No value for predict function target column. ( [33m default [39m )
-> model_info : package randomForest , ver. 4.7.1.2 , task classification ( [33m default [39m )
-> model_info : Model info detected classification task but 'y' is a NULL . ( [31m WARNING [39m )
-> model_info : By deafult classification tasks supports only numercical 'y' parameter.
-> model_info : Consider changing to numerical vector with 0 and 1 values.
-> model_info : Otherwise I will not be able to calculate residuals or loss function.
-> predicted values : numerical, min = 0 , mean = 0.4576 , max = 1
-> residual function : difference between y and yhat ( [33m default [39m )
[32m A new explainer has been created! [39m
Preparation of a new explainer is initiated
-> model label : lm ( [33m default [39m )
-> data : 500 rows 6 cols
-> target variable : not specified! ( [31m WARNING [39m )
-> predict function : yhat.glm will be used ( [33m default [39m )
-> predicted values : No value for predict function target column. ( [33m default [39m )
-> model_info : package stats , ver. 4.5.3 , task classification ( [33m default [39m )
-> model_info : Model info detected classification task but 'y' is a NULL . ( [31m WARNING [39m )
-> model_info : By deafult classification tasks supports only numercical 'y' parameter.
-> model_info : Consider changing to numerical vector with 0 and 1 values.
-> model_info : Otherwise I will not be able to calculate residuals or loss function.
-> predicted values : numerical, min = 0.009202999 , mean = 0.464 , max = 0.9979422
-> residual function : difference between y and yhat ( [33m default [39m )
[32m A new explainer has been created! [39m
[ FAIL 1 | WARN 1 | SKIP 0 | PASS 19 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test_generic.R:7:3'): Plots work with different geoms ─────────────
Expected `{ ... }` to run silently.
Actual noise: messages.
[ FAIL 1 | WARN 1 | SKIP 0 | PASS 19 ]
Error:
! Test failures.
Execution halted
- checking for unstated dependencies in vignettes ... OK
- checking package vignettes ... OK
- checking re-building of vignette outputs ... [23s] OK
- checking PDF version of manual ... [16s] OK
- checking HTML version of manual ... [1s] OK
- DONE
Status: 1 ERROR