R Under development (unstable) (2026-02-13 r89414 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(dtGAP) Attaching package: 'dtGAP' The following object is masked from 'package:datasets': penguins > > test_check("dtGAP") [ FAIL 0 | WARN 0 | SKIP 27 | PASS 175 ] ══ Skipped tests (27) ══════════════════════════════════════════════════════════ • Set DTGAP_RUN_EXTENDED_TESTS=true to run extended tests (27): 'test-compare_dtGAP.R:4:3', 'test-custom_fit.R:4:3', 'test-custom_fit.R:49:3', 'test-dtGAP.R:4:3', 'test-dtGAP.R:22:3', 'test-dtGAP.R:41:3', 'test-dtGAP.R:82:3', 'test-interactive.R:4:3', 'test-interactive.R:24:3', 'test-rf_dtGAP.R:4:3', 'test-rf_dtGAP.R:14:3', 'test-rf_dtGAP.R:30:3', 'test-rf_dtGAP.R:46:3', 'test-rf_summary.R:4:3', 'test-rf_summary.R:24:3', 'test-save_dtGAP.R:4:3', 'test-save_dtGAP.R:23:3', 'test-save_dtGAP.R:42:3', 'test-save_dtGAP.R:61:3', 'test-select_vars.R:4:3', 'test-select_vars.R:22:3', 'test-select_vars.R:40:3', 'test-select_vars.R:55:3', 'test-select_vars.R:70:3', 'test-train_rf.R:4:3', 'test-train_rf.R:15:3', 'test-train_rf.R:24:3' [ FAIL 0 | WARN 0 | SKIP 27 | PASS 175 ] > > proc.time() user system elapsed 12.43 1.57 14.00