R Under development (unstable) (2026-07-16 r90264 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(boostPM) > > test_check("boostPM") Summary of boostPM fit Call: fit_boostpm(data) Fit dimensions: Observations: 4 Variables: 2 Trees: 2 Support: lower upper x1 0 1 x2 0 1 Nodes per tree: min 3, median 4, max 5 Maximum tree depth: min 1, median 1.5, max 2 Elapsed time: 0.25 secs Variable importance: x1 = 0.7, x2 = 0.3 [ FAIL 0 | WARN 0 | SKIP 0 | PASS 165 ] > > > proc.time() user system elapsed 2.62 0.46 3.12