R Under development (unstable) (2024-06-13 r86731 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", warn.conflicts = FALSE) > library("TreeDist") > > test_check("TreeDist") Loading required package: ape [ FAIL 0 | WARN 0 | SKIP 5 | PASS 1293 ] ══ Skipped tests (5) ═══════════════════════════════════════════════════════════ • On CRAN (5): 'test-MSTSegments.R:4:3', 'test-Plot3.R:6:3', 'test-VisualizeMatching.R:26:3', 'test-VisualizeMatching.R:117:3', 'test-plot.R:30:3' [ FAIL 0 | WARN 0 | SKIP 5 | PASS 1293 ] Deleting unused snapshots: • Plot3/plotting-order.svg • VisualizeMatching/jrf-vm-matchzeros-false.svg • VisualizeMatching/rf-collapse-a-node.svg • VisualizeMatching/rf-collapse-and-change.svg • VisualizeMatching/rf-vm-single-splits-plainedges.svg • VisualizeMatching/test-vmr.svg • VisualizeMatching/visualize-mci-matching.svg • VisualizeMatching/vm-one-rooted.svg • plot/test-lc-letters.svg • plot/test-uc-letters.svg • plot/test-without-space.svg > > proc.time() user system elapsed 10.10 1.31 13.56