- using R Under development (unstable) (2026-07-12 r90242)
- using platform: x86_64-pc-linux-gnu
- R was compiled by
gcc-16 (Debian 16.1.0-2) 16.1.0
GNU Fortran (Debian 16.1.0-2) 16.1.0
- running under: Debian GNU/Linux forky/sid
- using session charset: UTF-8
* current time: 2026-07-13 16:10:50 UTC
- checking for file ‘modelStudio/DESCRIPTION’ ... OK
- this is package ‘modelStudio’ version ‘3.1.2’
- package encoding: UTF-8
- checking CRAN incoming feasibility ... [1s/1s] OK
- 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 executable files ... OK
- checking for hidden files and directories ... OK
- checking for portable file names ... OK
- checking for sufficient/correct file permissions ... OK
- checking whether package ‘modelStudio’ can be installed ... OK
See the install log for details.
- checking package directory ... OK
- checking for future file timestamps ... 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 ... [1s/1s] OK
- checking whether the package can be loaded with stated dependencies ... [0s/0s] OK
- checking whether the package can be unloaded cleanly ... [0s/0s] OK
- checking whether the namespace can be loaded with stated dependencies ... [0s/0s] OK
- checking whether the namespace can be unloaded cleanly ... [0s/0s] OK
- checking loading without being on the library search path ... [0s/1s] 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 ... [8s/13s] OK
- checking Rd files ... [0s/0s] OK
- checking Rd metadata ... OK
- checking Rd line widths ... 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 contents of ‘data’ directory ... OK
- checking data for non-ASCII characters ... [0s/0s] OK
- checking LazyData ... OK
- checking data for ASCII and uncompressed saves ... OK
- checking installed files from ‘inst/doc’ ... OK
- checking files in ‘vignettes’ ... OK
- checking examples ... [16s/19s] OK
Examples with CPU (user + system) or elapsed time > 5s
user system elapsed
modelStudio 4.877 0.186 5.401
ms_update_options 4.147 0.028 5.394
- checking for unstated dependencies in ‘tests’ ... OK
- checking tests ... [143s/171s] ERROR
Running ‘spelling.R’ [0s/0s]
Running ‘testthat.R’ [142s/170s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library("testthat")
> library("modelStudio")
> 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:modelStudio':
happiness_train
> requireNamespace("ranger", quietly=TRUE)
> requireNamespace("xgboost", quietly=TRUE)
>
> test_check("modelStudio")
Saving _problems/test_2_0-36.R
Saving _problems/test_2_0-45.R
Saving _problems/test_2_0-79.R
Saving _problems/test_2_0-96.R
Saving _problems/test_2_1-24.R
Saving _problems/test_2_1-33.R
Saving _problems/test_2_1-42.R
Saving _problems/test_3_0-18.R
Saving _problems/test_3_1-22.R
Saving _problems/test_3_1-32.R
Saving _problems/test_3_1-54.R
Saving _problems/test_modelStudio-10.R
Saving _problems/test_modelStudio-15.R
Saving _problems/test_modelStudio-20.R
Saving _problems/test_modelStudio-25.R
Saving _problems/test_modelStudio-31.R
Saving _problems/test_modelStudio-37.R
Saving _problems/test_modelStudio-43.R
Saving _problems/test_modelStudio-49.R
Saving _problems/test_modelStudio-55.R
Saving _problems/test_modelStudio-61.R
Saving _problems/test_modelStudio-67.R
Saving _problems/test_ms_update_options-12.R
[ FAIL 23 | WARN 9 | SKIP 1 | PASS 57 ]
══ Skipped tests (1) ═══════════════════════════════════════════════════════════
• empty test (1):
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test_2_0.R:33:3'): (code run outside of `test_that()`) ────────────
Expected `modelStudio::modelStudio(...)` to run silently.
Actual noise: warnings.
── Failure ('test_2_0.R:41:3'): (code run outside of `test_that()`) ────────────
Expected `modelStudio::modelStudio(...)` to run silently.
Actual noise: warnings.
── Failure ('test_2_0.R:76:3'): (code run outside of `test_that()`) ────────────
Expected `modelStudio::modelStudio(...)` to run silently.
Actual noise: warnings.
── Failure ('test_2_0.R:91:1'): (code run outside of `test_that()`) ────────────
Expected `modelStudio::modelStudio(...)` to run silently.
Actual noise: warnings.
── Failure ('test_2_1.R:15:3'): ms_options parameters ──────────────────────────
Expected `modelStudio::modelStudio(...)` to run silently.
Actual noise: warnings.
── Failure ('test_2_1.R:29:3'): N_fi, B_fi parameters ──────────────────────────
Expected `modelStudio::modelStudio(explainer, N_fi = 200, B_fi = 3, show_info = v)` to run silently.
Actual noise: warnings.
── Failure ('test_2_1.R:38:3'): N = NULL ───────────────────────────────────────
Expected `modelStudio::modelStudio(explainer, N_fi = NULL, B = 2, show_info = v)` to run silently.
Actual noise: warnings.
── Failure ('test_3_0.R:14:3'): N_sv, verbose parameters ───────────────────────
Expected `modelStudio::modelStudio(explainer, N_sv = 200, B = 2, verbose = v)` to run silently.
Actual noise: warnings.
── Failure ('test_3_1.R:14:3'): max_features_fi, **_axis_title ─────────────────
Expected `modelStudio::modelStudio(...)` to run silently.
Actual noise: warnings.
── Failure ('test_3_1.R:27:3'): open_plots ─────────────────────────────────────
Expected `modelStudio::modelStudio(...)` to run silently.
Actual noise: warnings.
── Failure ('test_3_1.R:48:3'): open_plots ─────────────────────────────────────
Expected `modelStudio::modelStudio(...)` to run silently.
Actual noise: warnings.
── Failure ('test_modelStudio.R:8:1'): (code run outside of `test_that()`) ─────
Expected `modelStudio::modelStudio(...)` to run silently.
Actual noise: warnings.
── Failure ('test_modelStudio.R:12:1'): (code run outside of `test_that()`) ────
Expected `modelStudio::modelStudio(...)` to run silently.
Actual noise: warnings.
── Failure ('test_modelStudio.R:17:1'): (code run outside of `test_that()`) ────
Expected `modelStudio::modelStudio(...)` to run silently.
Actual noise: warnings.
── Failure ('test_modelStudio.R:22:1'): (code run outside of `test_that()`) ────
Expected `modelStudio::modelStudio(...)` to run silently.
Actual noise: warnings.
── Failure ('test_modelStudio.R:27:1'): (code run outside of `test_that()`) ────
Expected `modelStudio::modelStudio(...)` to run silently.
Actual noise: warnings.
── Failure ('test_modelStudio.R:33:1'): (code run outside of `test_that()`) ────
Expected `modelStudio::modelStudio(...)` to run silently.
Actual noise: warnings.
── Failure ('test_modelStudio.R:39:1'): (code run outside of `test_that()`) ────
Expected `modelStudio::modelStudio(...)` to run silently.
Actual noise: warnings.
── Failure ('test_modelStudio.R:45:1'): (code run outside of `test_that()`) ────
Expected `modelStudio::modelStudio(...)` to run silently.
Actual noise: warnings.
── Failure ('test_modelStudio.R:51:1'): (code run outside of `test_that()`) ────
Expected `modelStudio::modelStudio(...)` to run silently.
Actual noise: warnings.
── Failure ('test_modelStudio.R:57:1'): (code run outside of `test_that()`) ────
Expected `modelStudio::modelStudio(...)` to run silently.
Actual noise: warnings.
── Failure ('test_modelStudio.R:63:1'): (code run outside of `test_that()`) ────
Expected `modelStudio::modelStudio(...)` to run silently.
Actual noise: warnings.
── Failure ('test_ms_update_options.R:11:5'): modelStudio class ────────────────
Expected `modelStudio::modelStudio(...)` to run silently.
Actual noise: warnings.
[ FAIL 23 | WARN 9 | SKIP 1 | PASS 57 ]
Error:
! Test failures.
Execution halted
- checking for unstated dependencies in vignettes ... OK
- checking package vignettes ... OK
- checking re-building of vignette outputs ... [28s/35s] OK
- checking PDF version of manual ... [4s/6s] OK
- checking HTML version of manual ... [1s/2s] OK
- checking for non-standard things in the check directory ... OK
- DONE
Status: 1 ERROR