R Under development (unstable) (2025-11-24 r89059 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 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: -5016.51948466384 Tree 4 baseline perf: -3516.02804374737 Tree 5 baseline perf: -3341.12218244726 Tree 6 baseline perf: -3186.85393685753 Tree 7 baseline perf: -3427.18513068713 Tree 8 baseline perf: -3526.7553913501 Tree 9 baseline perf: -3661.06941600924 Tree 10 baseline perf: -2986.22403747765 Tree 11 baseline perf: -3254.03151572644 Tree 12 baseline perf: -3339.69506591381 Tree 13 baseline perf: -3818.8951666116 Tree 14 baseline perf: -3784.72714186983 Tree 15 baseline perf: -3707.3179944767 Tree 16 baseline perf: -3703.86500366558 Tree 17 baseline perf: -4009.65269893319 Tree 18 baseline perf: -3144.05398074881 Tree 19 baseline perf: -3733.10375826938 Tree 20 baseline perf: -3345.34187441696 Tree 21 baseline perf: -3846.12214116333 Tree 22 baseline perf: -3146.20778368229 Tree 23 baseline perf: -3137.7303470336 Baseline OOB performance: -3530.52581245001 Using 23 trees Tree 1 perf: -3240.62900163626 Tree 2 perf: -3433.79300249131 Tree 3 perf: -5193.89345515258 Tree 4 perf: -3667.92319983393 Tree 5 perf: -3341.12218244726 Tree 6 perf: -3171.98010156826 Tree 7 perf: -3464.07370421296 Tree 8 perf: -3718.17079810255 Tree 9 perf: -3562.87627751023 Tree 10 perf: -2937.60633493473 Tree 11 perf: -3380.93045255231 Tree 12 perf: -3423.06396134229 Tree 13 perf: -3905.47079332019 Tree 14 perf: -3784.72714186983 Tree 15 perf: -3780.37633676329 Tree 16 perf: -3783.79550468502 Tree 17 perf: -3939.68340746277 Tree 18 perf: -3027.19978477194 Tree 19 perf: -3772.83551201962 Tree 20 perf: -3443.44974887127 Tree 21 perf: -3941.65755211072 Tree 22 perf: -3146.20778368229 Tree 23 perf: -3170.13828348925 Variable: gender | Importance: 44.7613319339407 (based on 23 trees) Processing variable: group Tree 1 perf: -3283.44927890041 Tree 2 perf: -3521.54828129106 Tree 3 perf: -5064.33188981209 Tree 4 perf: -3617.95622429278 Tree 5 perf: -3496.23770008702 Tree 6 perf: -3282.27012139013 Tree 7 perf: -3469.32030321933 Tree 8 perf: -3434.78158226813 Tree 9 perf: -3684.67703243741 Tree 10 perf: -2972.06502887676 Tree 11 perf: -3385.6736760754 Tree 12 perf: -3346.79927487193 Tree 13 perf: -3828.28300426102 Tree 14 perf: -3840.21865657074 Tree 15 perf: -3828.88553857417 Tree 16 perf: -3759.52493718652 Tree 17 perf: -4202.0493826454 Tree 18 perf: -3169.31139309885 Tree 19 perf: -3747.26569791652 Tree 20 perf: -3345.34187441696 Tree 21 perf: -3940.0138953492 Tree 22 perf: -3170.53561585217 Tree 23 perf: -3221.37783881767 Variable: group | Importance: 61.2967192113679 (based on 23 trees) [ FAIL 0 | WARN 8 | SKIP 0 | PASS 199 ] [ FAIL 0 | WARN 8 | SKIP 0 | PASS 199 ] > > proc.time() user system elapsed 307.62 10.29 317.85