R Under development (unstable) (2025-12-07 r89119 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 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(easybgm) > library(vdiffr) > > test_check("easybgm") [1] "Finished easybgm: Package: BGGM; Type: continuous; Centrality: FALSE" [1] "Finished easybgm: Package: BGGM; Type: continuous; Centrality: TRUE" [1] "Finished easybgm: Package: BGGM; Type: mixed; Centrality: TRUE" 10 MCMC sampling ... in progress: 10%->20%->30%->40%->50%->60%->70%->80%->90%-> done[1] "Finished easybgm: Package: BDgraph; Type: mixed; Centrality: FALSE" 10 MCMC sampling ... in progress: 10%->20%->30%->40%->50%->60%->70%->80%->90%-> done[1] "Finished easybgm: Package: BDgraph; Type: continuous; Centrality: FALSE" NUTS Diagnostics Summary: Total divergences: 0 Max tree depth hits: 0 Min E-BFMI across chains: 0.77 [1] "Finished easybgm: Package: bgms; Type: binary; Centrality: FALSE" NUTS Diagnostics Summary: Total divergences: 0 Max tree depth hits: 0 Min E-BFMI across chains: 1.335 [1] "Finished easybgm: Package: bgms; Type: binary; Centrality: TRUE" NUTS Diagnostics Summary: Total divergences: 0 Max tree depth hits: 0 Min E-BFMI across chains: 0.98 [1] "Finished easybgm: Package: bgms; Type: blume-capel; Centrality: TRUE" NUTS Diagnostics Summary: Total divergences: 0 Max tree depth hits: 0 Min E-BFMI across chains: 1.871 [1] "Finished easybgm: Package: bgms; Type: binary; Centrality: TRUE" 10 MCMC sampling ... in progress: 10%->20%->30%->40%->50%->60%->70%->80%->90%-> doneNUTS Diagnostics Summary: Total divergences: 0 Max tree depth hits: 0 Min E-BFMI across chains: 1.2 [1] "Finished easybgm_compare: Package: BGGM; Type: continuous" [1] "Finished easybgm_compare: Package: BGGM; Type: continuous" [1] "Finished easybgm_compare: Package: BGGM; Type: mixed" NUTS Diagnostics Summary: Total divergences: 0 Max tree depth hits: 0 Min E-BFMI across chains: 1.411 [1] "Finished easybgm_compare: Package: bgms; Type: binary" NUTS Diagnostics Summary: Total divergences: 0 Max tree depth hits: 0 Min E-BFMI across chains: 0.94 [1] "Finished easybgm_compare: Package: bgms; Type: binary" NUTS Diagnostics Summary: Total divergences: 0 Max tree depth hits: 0 Min E-BFMI across chains: 1.057 [1] "Finished easybgm_compare: Package: bgms; Type: binary" [ FAIL 0 | WARN 0 | SKIP 0 | PASS 166 ] > > proc.time() user system elapsed 503.06 1.43 143.00