R Under development (unstable) (2024-03-20 r86162 ucrt) -- "Unsuffered Consequences" Copyright (C) 2024 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(stacks) > > test_check("stacks") [ FAIL 0 | WARN 0 | SKIP 46 | PASS 7 ] ══ Skipped tests (46) ══════════════════════════════════════════════════════════ • On CRAN (46): 'test_add_candidates.R:24:3', 'test_add_candidates.R:42:3', 'test_add_candidates.R:59:3', 'test_add_candidates.R:76:3', 'test_add_candidates.R:229:3', 'test_add_candidates.R:307:3', 'test_blend_predictions.R:24:3', 'test_blend_predictions.R:36:3', 'test_blend_predictions.R:51:3', 'test_blend_predictions.R:75:3', 'test_blend_predictions.R:132:3', 'test_blend_predictions.R:145:3', 'test_blend_predictions.R:156:3', 'test_blend_predictions.R:164:3', 'test_blend_predictions.R:187:3', 'test_butcher.R:33:3', 'test_butcher.R:41:3', 'test_butcher.R:49:3', 'test_butcher.R:68:3', 'test_butcher.R:76:3', 'test_butcher.R:84:3', 'test_butcher.R:92:3', 'test_collect_parameters.R:22:3', 'test_collect_parameters.R:34:3', 'test_collect_parameters.R:46:3', 'test_collect_parameters.R:71:3', 'test_collect_parameters.R:97:3', 'test_fit_members.R:22:3', 'test_fit_members.R:66:3', 'test_fit_members.R:106:3', 'test_fit_members.R:122:3', 'test_plots.R:24:3', 'test_plots.R:76:3', 'test_plots.R:130:3', 'test_predict.R:22:3', 'test_predict.R:38:3', 'test_predict.R:65:3', 'test_predict.R:94:3', 'test_predict.R:114:3', 'test_predict.R:154:3', 'test_predict.R:184:3', 'test_print.R:22:3', 'test_print.R:31:3', 'test_utils.R:22:3', 'test_utils.R:40:3', 'test_utils.R:60:3' [ FAIL 0 | WARN 0 | SKIP 46 | PASS 7 ] > > proc.time() user system elapsed 7.18 0.40 7.53