R Under development (unstable) (2025-02-02 r87676 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(legion) Loading required package: greybox Package "greybox", v2.0.3 loaded. Loading required package: smooth This is package "smooth", v4.1.1 This is package "legion", v0.2.1 > > test_check("legion") [ FAIL 0 | WARN 0 | SKIP 10 | PASS 4 ] ══ Skipped tests (10) ══════════════════════════════════════════════════════════ • On CRAN (10): 'test_ves.R:20:5', 'test_ves.R:27:5', 'test_ves.R:34:5', 'test_ves.R:41:5', 'test_ves.R:50:5', 'test_vets.R:15:5', 'test_vets.R:22:5', 'test_vets.R:29:5', 'test_vets.R:36:5', 'test_vets.R:43:5' [ FAIL 0 | WARN 0 | SKIP 10 | PASS 4 ] > > proc.time() user system elapsed 20.45 0.42 20.89