R Under development (unstable) (2024-03-10 r86088 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(easybgm) > library(vdiffr) > > test_check("easybgm") 0% 10 20 30 40 50 60 70 80 90 100% [----|----|----|----|----|----|----|----|----|----| **************************************************| From To Weight 1 --- 2 0.64 1 --- 3 0.71 2 --- 3 0.41 3 --- 4 0.35 1 --- 5 0.34 4 --- 5 0.98 [ FAIL 0 | WARN 0 | SKIP 2 | PASS 0 ] ══ Skipped tests (2) ═══════════════════════════════════════════════════════════ • On CRAN (2): 'test-easybgm.R:11:3', 'test-easybgm.R:20:1' [ FAIL 0 | WARN 0 | SKIP 2 | PASS 0 ] Deleting unused snapshots: • easybgm/centrality-plot-bdgraph.svg • easybgm/centrality-plot-bgms.svg • easybgm/evidence-plot-bdgraph.svg • easybgm/evidence-plot-bgms.svg • easybgm/hdi-plot-bdgraph.svg • easybgm/hdi-plot-bgms.svg • easybgm/network-plot-bdgraph.svg • easybgm/network-plot-using-bgm-to-fit.svg • easybgm/posterior-complexity-plot-bdgraph.svg • easybgm/posterior-complexity-plot-bgms.svg • easybgm/posterior-structure-plot-bdgraph.svg • easybgm/posterior-structure-plot-bgms.svg • easybgm/structure-plot-bdgraph.svg • easybgm/structure-plot-bgms.svg > > proc.time() user system elapsed 10.28 0.84 11.09