R Under development (unstable) (2025-12-09 r89129 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(BioMoR) > > test_check("BioMoR") Loading required package: ggplot2 Loading required package: lattice Loading required package: dplyr Attaching package: 'dplyr' The following objects are masked from 'package:stats': filter, lag The following objects are masked from 'package:base': intersect, setdiff, setequal, union Attaching package: 'recipes' The following object is masked from 'package:stats': step randomForest 4.7-1.2 Type rfNews() to see new features/changes/bug fixes. Attaching package: 'randomForest' The following object is masked from 'package:dplyr': combine The following object is masked from 'package:ggplot2': margin Setting direction: controls > cases note: only 1 unique complexity parameters in default grid. Truncating the grid to 1 . [ FAIL 0 | WARN 0 | SKIP 1 | PASS 9 ] ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ • On CRAN (1): 'test_models.R:27:3' [ FAIL 0 | WARN 0 | SKIP 1 | PASS 9 ] > > proc.time() user system elapsed 5.67 0.53 6.20