R version 4.4.0 alpha (2024-03-30 r86233 ucrt) 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. > Sys.setenv("R_TESTS" = "") > library(testthat) > test_check("broom.mixed") Loading required package: broom.mixed GAMLSS-RS iteration 1: Global Deviance = 4771.925 GAMLSS-CG iteration 1: Global Deviance = 4771.013 GAMLSS-CG iteration 2: Global Deviance = 4770.994 GAMLSS-CG iteration 3: Global Deviance = 4770.994 [ FAIL 0 | WARN 6 | SKIP 1 | PASS 287 ] ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ • On CRAN (1): 'test-rstanarm.R:35:5' [ FAIL 0 | WARN 6 | SKIP 1 | PASS 287 ] > > proc.time() user system elapsed 30.42 1.71 32.07