R Under development (unstable) (2025-11-26 r89066 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(qboost) > > test_check("qboost") [ FAIL 0 | WARN 0 | SKIP 39 | PASS 0 ] ══ Skipped tests (39) ══════════════════════════════════════════════════════════ • On CRAN (39): 'test-qboost.R:2:3', 'test-qboost.R:18:3', 'test-qboost.R:34:3', 'test-qboost.R:53:3', 'test-qboost.R:68:3', 'test-qboost.R:84:3', 'test-qtail-phase3.R:2:3', 'test-qtail-phase3.R:22:3', 'test-qtail-phase3.R:41:3', 'test-qtail-phase3.R:63:3', 'test-qtail-phase3.R:81:3', 'test-qtail-phase3.R:100:3', 'test-qtail-phase3.R:119:3', 'test-qtail-phase3.R:135:3', 'test-qtail-phase3.R:151:3', 'test-qtail-phase3.R:173:3', 'test-qtail-phase3.R:198:3', 'test-qtail.R:2:3', 'test-qtail.R:25:3', 'test-qtail.R:44:3', 'test-qtail.R:65:3', 'test-qtail.R:88:3', 'test-qtail.R:101:3', 'test-qtail.R:118:3', 'test-qtail.R:135:3', 'test-qtail.R:154:3', 'test-qtail.R:172:3', 'test-qtail.R:190:3', 'test-qtail.R:211:3', 'test-qtail.R:231:3', 'test-qtail.R:248:3', 'test-qtail.R:266:3', 'test-qtail.R:286:3', 'test-qtail.R:306:3', 'test-qtail.R:326:3', 'test-qtail.R:346:3', 'test-qtail.R:365:3', 'test-qtail.R:381:3', 'test-qtail.R:400:3' [ FAIL 0 | WARN 0 | SKIP 39 | PASS 0 ] > > proc.time() user system elapsed 1.43 0.26 1.68