R Under development (unstable) (2025-09-29 r88883 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. > library(testthat) > library(CimpleG) -------------------------- CimpleG version 0.0.5.9032 -------------------------- > > test_check("CimpleG") Starting 2 test processes [ FAIL 3 | WARN 0 | SKIP 1 | PASS 63 ] ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ • parallel not working properly locally (1): 'test8-CimpleG-parallel.R:4:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test1-CimpleG-decisiontree.R:18:3'): signatures are generated w/ decision_tree ── `res` (`actual`) not equal to c(0.77, 0.98) (`expected`). `actual`: 0.818 0.982 `expected`: 0.770 0.980 ── Failure ('test1-CimpleG-nnet.R:18:3'): signatures are generated w/ nnet ───── `res` (`actual`) not equal to c(0.9176471, 0.9882353) (`expected`). `actual`: 0.9118 0.9882 `expected`: 0.9176 0.9882 ── Failure ('test1-CimpleG-rf.R:18:3'): signatures are generated w/ rand_forest ── `res` (`actual`) not equal to c(0.8176471, 0.9823529) (`expected`). `actual`: 0.8176 0.9765 `expected`: 0.8176 0.9824 [ FAIL 3 | WARN 0 | SKIP 1 | PASS 63 ] Error: Test failures Execution halted