R Under development (unstable) (2025-09-02 r88773 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(easyalluvial) > > test_check("easyalluvial") [ FAIL 0 | WARN 0 | SKIP 18 | PASS 42 ] ══ Skipped tests (18) ══════════════════════════════════════════════════════════ • On CRAN (17): 'test_alluvial_long.R:13:3', 'test_alluvial_model_response.R:6:3', 'test_alluvial_model_response.R:32:3', 'test_alluvial_model_response.R:61:5', 'test_alluvial_model_response.R:95:5', 'test_alluvial_model_response.R:121:5', 'test_alluvial_model_response.R:291:3', 'test_alluvial_model_response.R:371:3', 'test_alluvial_wide.R:15:5', 'test_model.R:5:3', 'test_model.R:116:3', 'test_model.R:171:3', 'test_model.R:227:3', 'test_model.R:367:3', 'test_plot_condensation.R:17:5', 'test_plot_marginal_histograms.R:16:3', 'test_plot_marginal_histograms.R:95:3' • xgboost test skipped for performance (1): 'test_model.R:300:3' [ FAIL 0 | WARN 0 | SKIP 18 | PASS 42 ] > > proc.time() user system elapsed 24.20 0.57 24.79