R Under development (unstable) (2026-01-08 r89292 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. > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(grmtree) Loading required package: partykit Loading required package: grid Loading required package: libcoin Loading required package: mvtnorm Loading required package: mirt Loading required package: stats4 Loading required package: lattice Attaching package: 'grmtree' The following object is masked from 'package:partykit': varimp > > test_check("grmtree") Processing node: 4 Processing node: 5 Processing node: 4 Processing node: 5 Processing node: 4 Processing node: 5 Processing node: 4 Processing node: 5 Processing node: 4 Processing node: 5 Processing node: 4 Processing node: 5 Processing node: 4 Processing node: 5 Processing node: 4 Processing node: 5 Processing node: 1 Processing node: 4 Processing node: 5 === Starting threshpar test === Current objects: asti nodes thresh thresh_sub tree Tree 1 baseline perf: -3211.79645622583 Tree 2 baseline perf: -3357.7951343727 Tree 3 baseline perf: -6878.9435362379 Tree 4 baseline perf: -5016.51948466384 Tree 5 baseline perf: -3516.02804374737 Baseline OOB performance: -4396.21653104953 Using 5 trees Tree 1 perf: -3241.83340610329 Tree 2 perf: -3380.70110298843 Tree 3 perf: -7147.7107279703 Tree 4 perf: -5411.16574643202 Tree 5 perf: -3607.45714030317 Variable: gender | Importance: 161.557093709914 (based on 5 trees) Processing variable: group Tree 1 perf: -3276.33679352446 Tree 2 perf: -3416.80477459687 Tree 3 perf: -7415.12835624823 Tree 4 perf: -5174.22268945612 Tree 5 perf: -3680.94183132814 Variable: group | Importance: 196.470357981238 (based on 5 trees) [ FAIL 0 | WARN 0 | SKIP 0 | PASS 192 ] > > proc.time() user system elapsed 125.71 4.35 130.25