R Under development (unstable) (2025-07-21 r88439 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(desirability2) > > test_check("desirability2") [ FAIL 0 | WARN 0 | SKIP 6 | PASS 31 ] ══ Skipped tests (6) ═══════════════════════════════════════════════════════════ • On CRAN (6): 'test-desirability.R:8:3', 'test-desirability.R:45:3', 'test-in-line.R:33:3', 'test-overall.R:12:3', 'test-tune.R:137:3', 'test-use-data.R:11:3' [ FAIL 0 | WARN 0 | SKIP 6 | PASS 31 ] > > proc.time() user system elapsed 4.92 0.64 5.57