R Under development (unstable) (2024-05-02 r86512 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. > library(testthat) > library(systemicrisk) > test_check("systemicrisk") [ FAIL 0 | WARN 0 | SKIP 11 | PASS 4 ] ══ Skipped tests (11) ══════════════════════════════════════════════════════════ • On CRAN (11): 'test-gibbs_kcycle.R:41:3', 'test-gibbs_kcycle.R:53:3', 'test-gibbs_kcycle.R:62:3', 'test-gibbs_kcycle.R:72:3', 'test-gibbs_kcycle.R:81:3', 'test-gibbs_kcycle.R:90:3', 'test_FeasibleMatrix.R:7:3', 'test_FeasibleMatrix.R:54:3', 'test_HierarchicalModels.R:4:5', 'test_HierarchicalModels_choosethin.R:6:5', 'test_HierarchicalModels_choosethin.R:29:5' [ FAIL 0 | WARN 0 | SKIP 11 | PASS 4 ] > > proc.time() user system elapsed 0.65 0.15 0.79