R Under development (unstable) (2026-02-11 r89406 ucrt) -- "Unsuffered Consequences" Copyright (C) 2026 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 11 | PASS 1540 ] ══ Skipped tests (11) ══════════════════════════════════════════════════════════ • #TODO (1): 'test-tree_distance_spr.R:247:3' • On CRAN (6): 'test-HPart.R:65:1', 'test-MSTSegments.R:1:1', 'test-Plot3.R:1:1', 'test-VisualizeMatching.R:3:1', 'test-VisualizeMatching.R:133:1', 'test-plot.R:12:1' • getOption("slowMode", FALSE) is not TRUE (3): 'test-tree_distance_spr.R:96:3', 'test-tree_distance_spr.R:117:3', 'test-tree_distance_spr.R:154:3' • goingQuickly is TRUE (1): 'test-tree_distance_nni.R:25:3' [ FAIL 0 | WARN 0 | SKIP 11 | PASS 1540 ] > > proc.time() user system elapsed 23.03 3.35 28.17