R Under development (unstable) (2024-06-06 r86701 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. > # 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.57/s) | 3.5s | EM iterations 4 done (0.54/s) | 7.4s / EM iterations 6 done (0.54/s) | 11.2s - EM iterations 7 done (0.54/s) | 12.8s Gibbs iterations ==============>---------------- 45% | ETA: 1s Gibbs iterations ==============================> 100% | ETA: 0s [ FAIL 0 | WARN 0 | SKIP 3 | PASS 81 ] ══ Skipped tests (3) ═══════════════════════════════════════════════════════════ • On CRAN (3): 'test-birdie.R:53:5', 'test-bisg.R:65:5', 'test-census.R:1:1' [ FAIL 0 | WARN 0 | SKIP 3 | PASS 81 ] > > proc.time() user system elapsed 28.96 2.12 31.37