R Under development (unstable) (2024-01-10 r85799 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) > library(treestats) # nolint keep package name non-all-lowercase, due to backwards compatibility Loading required package: Rcpp > > test_check("treestats") Failed with error: 'there is no package called 'apTreeshape'' Failed with error: 'there is no package called 'apTreeshape'' Failed with error: 'there is no package called 'apTreeshape'' [ FAIL 0 | WARN 0 | SKIP 8 | PASS 514 ] ══ Skipped tests (8) ═══════════════════════════════════════════════════════════ • On CRAN (6): 'test-allstats.R:4:3', 'test-balance_stats.R:4:3', 'test-brts_stats.R:4:3', 'test-rpanda.R:4:3', 'test-rquartet.R:44:3', 'test-style.R:3:3' • empty test (2): 'test-beta.R:3:1', 'test-colless.R:3:1' [ FAIL 0 | WARN 0 | SKIP 8 | PASS 514 ] > > proc.time() user system elapsed 6.76 0.85 7.60