R Under development (unstable) (2024-02-07 r85873 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(RprobitB) Thanks for using {RprobitB} version 1.1.3, happy choice modeling! Documentation: https://loelschlaeger.de/RprobitB > > test_check("RprobitB") [ FAIL 0 | WARN 0 | SKIP 24 | PASS 34 ] ══ Skipped tests (24) ══════════════════════════════════════════════════════════ • On CRAN (24): '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:202:3', 'test-data_management.R:222:3', 'test-data_management.R:257:3', 'test-data_management.R:262:3', 'test-model_evaluation.R:16:3', 'test-model_evaluation.R:57:3', 'test-model_evaluation.R:78:3', 'test-model_fitting.R:5:3', 'test-model_fitting.R:13:3', 'test-model_fitting.R:20:3', 'test-model_fitting.R:45:3', 'test-model_fitting.R:78:3', 'test-model_fitting.R:97:3', 'test-model_fitting.R:112:3', 'test-model_fitting.R:153:3', 'test-model_selection.R:20:3' [ FAIL 0 | WARN 0 | SKIP 24 | PASS 34 ] > > proc.time() user system elapsed 37.07 2.20 48.59