R Under development (unstable) (2025-08-24 r88696 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(RprobitB) Thanks for using {RprobitB} version 1.2.0, happy choice modeling! Documentation: https://loelschlaeger.de/RprobitB > > test_check("RprobitB") [ FAIL 0 | WARN 0 | SKIP 21 | PASS 84 ] ══ Skipped tests (21) ══════════════════════════════════════════════════════════ • On CRAN (21): 'test-RprobitB_parameter.R:24:3', 'test-data_management.R:35:3', 'test-data_management.R:68:3', 'test-data_management.R:92:3', 'test-data_management.R:115:3', 'test-data_management.R:131:3', 'test-data_management.R:164:3', 'test-data_management.R:179:3', 'test-data_management.R:193:3', 'test-data_management.R:203:3', 'test-data_management.R:218:3', 'test-model_evaluation.R:18:3', 'test-model_evaluation.R:60:3', 'test-model_evaluation.R:81:3', 'test-model_fitting.R:5:3', 'test-model_fitting.R:13:3', 'test-model_fitting.R:38:3', 'test-model_fitting.R:69:3', 'test-model_fitting.R:93:3', 'test-model_fitting.R:107:3', 'test-model_selection.R:20:3' [ FAIL 0 | WARN 0 | SKIP 21 | PASS 84 ] > > proc.time() user system elapsed 45.71 1.56 46.85