R Under development (unstable) (2025-12-11 r89147 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > if (requireNamespace("tinytest", quietly = TRUE)) { + home <- length(unclass(packageVersion("vip"))[[1L]]) == 4 + tinytest::test_package("vip", at_home = home) + } Attaching package: 'vip' The following object is masked from 'package:utils': vi test_get_feature_names.R...... 0 tests test_get_feature_names.R...... 0 tests test_get_feature_names.R...... 0 tests test_get_feature_names.R...... 1 tests OK test_get_feature_names.R...... 2 tests OK test_get_feature_names.R...... 3 tests OK test_get_feature_names.R...... 3 tests OK test_get_feature_names.R...... 3 tests OK test_get_feature_names.R...... 3 tests OK test_get_feature_names.R...... 3 tests OK test_get_feature_names.R...... 3 tests OK test_get_feature_names.R...... 4 tests OK test_get_feature_names.R...... 5 tests OK 76ms test_pkg_C50.R................ 0 tests 1ms [Exited at #6: Skip on CRAN] test_pkg_Cubist.R............. 0 tests 1ms [Exited at #6: Skip on CRAN] test_pkg_RSNNS.R.............. 0 tests 1ms [Exited at #5: Skip on CRAN] test_pkg_caret.R.............. 0 tests 1ms [Exited at #7: Skip on CRAN] test_pkg_earth.R.............. 0 tests 1ms [Exited at #6: Skip on CRAN] test_pkg_gbm.R................ 0 tests 1ms [Exited at #6: Skip on CRAN] test_pkg_glmnet.R............. 0 tests 2ms [Exited at #6: Skip on CRAN] test_pkg_h2o.R................ 0 tests 2ms [Exited at #5: Skip on CRAN] test_pkg_lightgbm.R........... 0 tests 1ms [Exited at #5: Skip on CRAN] test_pkg_mixOmics.R........... 0 tests 2ms [Exited at #5: Skip on CRAN] test_pkg_mlr.R................ 0 tests 1ms [Exited at #5: Skip on CRAN] test_pkg_mlr3.R............... 0 tests 1ms [Exited at #5: Skip on CRAN] test_pkg_neuralnet.R.......... 0 tests 1ms [Exited at #6: Skip on CRAN] test_pkg_nnet.R............... 0 tests 1ms [Exited at #6: Skip on CRAN] test_pkg_party.R.............. 0 tests 1ms [Exited at #6: Skip on CRAN] test_pkg_partykit.R........... 0 tests 1ms [Exited at #6: Skip on CRAN] test_pkg_pls.R................ 0 tests 1ms [Exited at #6: Skip on CRAN] test_pkg_randomForest.R....... 0 tests 1ms [Exited at #6: Skip on CRAN] test_pkg_ranger.R............. 0 tests 1ms [Exited at #6: Skip on CRAN] test_pkg_rpart.R.............. 0 tests 1ms [Exited at #6: Skip on CRAN] test_pkg_stats.R.............. 0 tests 1ms [Exited at #6: Skip on CRAN] test_pkg_tidymodels.R......... 0 tests 2ms [Exited at #5: Skip on CRAN] test_pkg_xgboost.R............ 0 tests 1ms [Exited at #6: Skip on CRAN] test_vi_firm.R................ 0 tests 1.0s [Exited at #8: 'requireNamespace("ranger", quietly = TRUE)' is not TRUE] test_vi_permute.R............. 0 tests 4ms [Exited at #7: 'requireNamespace("ranger", quietly = TRUE)' is not TRUE] test_vi_shap.R................ 0 tests test_vi_shap.R................ 0 tests test_vi_shap.R................ 0 tests test_vi_shap.R................ 0 tests test_vi_shap.R................ 0 tests test_vi_shap.R................ 0 tests test_vi_shap.R................ 0 tests test_vi_shap.R................ 0 tests test_vi_shap.R................ 0 tests test_vi_shap.R................ 0 tests test_vi_shap.R................ 0 tests 2.0s test_vip.R.................... 0 tests test_vip.R.................... 0 tests test_vip.R.................... 0 tests test_vip.R.................... 0 tests test_vip.R.................... 1 tests OK test_vip.R.................... 2 tests OK test_vip.R.................... 3 tests OK 10ms All ok, 8 results (3.2s) > > proc.time() user system elapsed 3.03 0.32 3.34