R Under development (unstable) (2026-01-22 r89323 ucrt) -- "Unsuffered Consequences" Copyright (C) 2026 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. > # Run tests in local environment > if (requireNamespace("tinytest", quietly = TRUE)) { + home <- tinytest::at_home() + tinytest::test_package("pdp", at_home = home) + } test_cats_argument.R.......... 0 tests test_cats_argument.R.......... 0 tests test_cats_argument.R.......... 0 tests test_cats_argument.R.......... 0 tests test_cats_argument.R.......... 0 tests test_cats_argument.R.......... 0 tests test_cats_argument.R.......... 0 tests test_cats_argument.R.......... 0 tests test_cats_argument.R.......... 4 tests OK randomForest 4.7-1.2 Type rfNews() to see new features/changes/bug fixes. test_cats_argument.R.......... 5 tests OK 0.4s test_exemplar.R............... 0 tests test_exemplar.R............... 0 tests test_exemplar.R............... 0 tests test_exemplar.R............... 1 tests OK 12ms test_get_training_data.R...... 0 tests 3ms [Exited at #6: Skipping tests that run only at home.] test_pkg_C50.R................ 0 tests 2ms [Exited at #6: Skipping tests that run only at home.] test_pkg_MASS.R............... 0 tests 3ms [Exited at #5: Skipping tests that run only at home.] test_pkg_e1071.R.............. 0 tests 3ms [Exited at #6: Skipping tests that run only at home.] test_pkg_party.R.............. 0 tests 3ms [Exited at #6: Skipping tests that run only at home.] test_pkg_ranger.R............. 0 tests 3ms [Exited at #6: Skipping tests that run only at home.] test_pkg_stats.R.............. 0 tests 3ms [Exited at #6: Skipping tests that run only at home.] test_pkg_xgboost.R............ 0 tests 3ms [Exited at #6: Skipping tests that run only at home.] test_pred_grid.R.............. 0 tests test_pred_grid.R.............. 0 tests test_pred_grid.R.............. 0 tests test_pred_grid.R.............. 0 tests test_pred_grid.R.............. 0 tests test_pred_grid.R.............. 1 tests OK test_pred_grid.R.............. 2 tests OK test_pred_grid.R.............. 3 tests OK test_pred_grid.R.............. 4 tests OK test_pred_grid.R.............. 5 tests OK test_pred_grid.R.............. 6 tests OK test_pred_grid.R.............. 6 tests OK test_pred_grid.R.............. 6 tests OK test_pred_grid.R.............. 7 tests OK 8ms All ok, 13 results (0.7s) > > proc.time() user system elapsed 1.78 0.29 2.25