R version 4.6.0 alpha (2026-03-28 r89738 ucrt) 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. > library(testthat) > library(dsge) > > test_check("dsge") [ FAIL 0 | WARN 0 | SKIP 16 | PASS 511 ] ══ Skipped tests (16) ══════════════════════════════════════════════════════════ • On CRAN (15): 'test-bayes-diagnostics.R:29:3', 'test-bayes-diagnostics.R:46:3', 'test-bayes-diagnostics.R:54:3', 'test-bayes-diagnostics.R:64:3', 'test-bayes-diagnostics.R:72:3', 'test-bayes-diagnostics.R:89:3', 'test-bayes-diagnostics.R:97:3', 'test-bayes-diagnostics.R:110:3', 'test-bayes-diagnostics.R:118:3', 'test-bayes.R:61:3', 'test-bayes.R:103:3', 'test-bayes.R:151:3', 'test-bayes.R:205:3', 'test-bayes.R:236:3', 'test-bayes.R:266:3' • empty test (1): 'test-estimate.R:30:1' [ FAIL 0 | WARN 0 | SKIP 16 | PASS 511 ] > > proc.time() user system elapsed 254.39 11.98 266.56