R Under development (unstable) (2025-11-15 r89024 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(SelectBoost.gamlss); test_check('SelectBoost.gamlss') GAMLSS-RS iteration 1: Global Deviance = 211.5923 GAMLSS-RS iteration 2: Global Deviance = 211.5923 GAMLSS-RS iteration 1: Global Deviance = 211.5923 GAMLSS-RS iteration 2: Global Deviance = 211.5923 [ FAIL 0 | WARN 0 | SKIP 15 | PASS 18 ] ══ Skipped tests (15) ══════════════════════════════════════════════════════════ • On CRAN (14): 'test-confidence.R:2:3', 'test-fast-deviance.R:2:3', 'test-fast-deviance.R:14:3', 'test-fast-deviance.R:30:3', 'test-fastdeviance-equality-wide.R:2:3', 'test-fastdeviance-equality.R:2:3', 'test-integrations.R:2:3', 'test-sb_gamlss.R:3:3', 'test-sb_gamlss.R:24:3', 'test-sb_gamlss.R:53:3', 'test-sb_gamlss.R:79:3', 'test-sb_gamlss.R:104:3', 'test-sb_gamlss.R:129:3', 'test-sb_gamlss.R:154:3' • Skipping (1): 'test-parallel-utils.R:10:3' [ FAIL 0 | WARN 0 | SKIP 15 | PASS 18 ] > > proc.time() user system elapsed 3.57 0.73 4.28