R Under development (unstable) (2025-08-27 r88724 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. > # tests/testthat.R > > library(testthat) > library(ffaframework) > test_check("ffaframework") [ FAIL 0 | WARN 0 | SKIP 24 | PASS 986 ] ══ Skipped tests (24) ══════════════════════════════════════════════════════════ • On CRAN (9): 'test-select-zstatistic.R:36:2', 'test-select-zstatistic.R:69:2', 'test-select-zstatistic.R:102:2', 'test-select-zstatistic.R:135:2', 'test-select-zstatistic.R:168:2', 'test-uncertainty-bootstrap.R:24:2', 'test-uncertainty-bootstrap.R:104:2', 'test-uncertainty-rfgpl.R:47:2', 'test-uncertainty-rfpl.R:113:2' • Skip on R CMD check (15): 'test-plots.R:3:2', 'test-plots.R:30:2', 'test-plots.R:50:2', 'test-plots.R:77:2', 'test-plots.R:104:2', 'test-plots.R:124:2', 'test-plots.R:142:2', 'test-plots.R:161:2', 'test-plots.R:175:2', 'test-plots.R:190:2', 'test-plots.R:209:2', 'test-plots.R:241:2', 'test-plots.R:262:2', 'test-plots.R:318:2', 'test-plots.R:337:2' [ FAIL 0 | WARN 0 | SKIP 24 | PASS 986 ] > > > proc.time() user system elapsed 309.84 26.64 343.57