R Under development (unstable) (2023-09-26 r85226 ucrt) -- "Unsuffered Consequences" Copyright (C) 2023 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% [----|----|----|----|----|----|----|----|----|----| **************************************************| $mar [1] 0 0 0 0 $bg [1] "white" [ FAIL 0 | WARN 0 | SKIP 2 | PASS 0 ] ══ Skipped tests (2) ═══════════════════════════════════════════════════════════ • On CRAN (2): 'test-easybgm.R:13:3', 'test-easybgm.R:22: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 6.79 0.59 7.37