R Under development (unstable) (2026-05-19 r90065 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. > library(testthat) > library(bonsai) Loading required package: parsnip > > test_check("bonsai") [ FAIL 0 | WARN 0 | SKIP 15 | PASS 137 ] ══ Skipped tests (15) ══════════════════════════════════════════════════════════ • On CRAN (8): 'test-lightgbm.R:3:1', 'test-lightgbm.R:351:1', 'test-lightgbm.R:472:1', 'test-lightgbm.R:513:1', 'test-lightgbm.R:526:1', 'test-lightgbm.R:850:3', 'test-partykit.R:3:1', 'test-partykit.R:96:1' • {catboost} is not installed (7): 'test-catboost.R:2:3', 'test-catboost.R:245:3', 'test-catboost.R:285:3', 'test-catboost.R:298:3', 'test-catboost.R:359:3', 'test-catboost.R:448:3', 'test-catboost.R:496:3' [ FAIL 0 | WARN 0 | SKIP 15 | PASS 137 ] > > proc.time() user system elapsed 12.98 1.54 14.51