R Under development (unstable) (2026-03-09 r89583 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(BORG) > > test_check("BORG") Loading required package: ggplot2 Loading required package: lattice BORG auto-check enabled. Strict mode: FALSE BorgRisk Assessment =================== Status: INVALID (2 hard violations) — Resistance is futile Hard violations: 2 Soft inflations: 0 Train indices: 6 rows Test indices: 6 rows Inspected at: 2026-03-10 09:37:25 --- HARD VIOLATIONS (must fix) --- [1] index_overlap Train and test indices overlap (2 shared indices) Source: workflow$train_idx/test_idx Affected: 5, 6 [2] duplicate_rows Test set contains 2 rows identical to training rows (memorization risk) Source: data.frame Affected: 5, 6 [ FAIL 0 | WARN 0 | SKIP 0 | PASS 715 ] > > proc.time() user system elapsed 14.68 2.82 17.60