R Under development (unstable) (2026-09-08 r90509 ucrt) -- "Unsuffered Consequences" Copyright (C) 2026 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. > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/tests.html > # * https://testthat.r-lib.org/reference/test_package.html#special-files > > library(testthat) > library(birdie) > > test_check("birdie") Using weakly informative empirical Bayes prior for Pr(Y | R) This message is displayed once every 8 hours. Using default prior for Pr(Y | R): > Prior scale on intercepts: 2.0 > Prior scale on fixed effects coefficients: 0.2 > Prior mean of random effects standard deviation: 0.10 This message is displayed once every 8 hours. \ EM iterations 2 done (0.64/s) | 3.1s | EM iterations 3 done (0.5/s) | 6s / EM iterations 4 done (0.45/s) | 8.9s - EM iterations 5 done (0.45/s) | 11.1s \ EM iterations 6 done (0.4/s) | 14.9s | EM iterations 7 done (0.42/s) | 16.5s / EM iterations 8 done (0.43/s) | 18.4s - EM iterations 10 done (0.42/s) | 23.8s \ EM iterations 11 done (0.43/s) | 25.6s | EM iterations 12 done (0.43/s) | 28.2s / EM iterations 13 done (0.42/s) | 30.8s - EM iterations 15 done (0.44/s) | 34.4s \ EM iterations 16 done (0.44/s) | 36.4s Gibbs iterations ==============>---------------- 48% | ETA: 1s Gibbs iterations ==============================> 100% | ETA: 0s [ FAIL 0 | WARN 0 | SKIP 3 | PASS 107 ] ══ Skipped tests (3) ═══════════════════════════════════════════════════════════ • On CRAN (3): 'test-birdie.R:53:5', 'test-bisg.R:152:5', 'test-census.R:1:1' [ FAIL 0 | WARN 0 | SKIP 3 | PASS 107 ] > > proc.time() user system elapsed 54.71 2.92 57.65