R Under development (unstable) (2024-01-29 r85841 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. > if (requireNamespace("testthat", quietly = TRUE)) { + + library(testthat) + library(PhylogeneticEM) + + test_check("PhylogeneticEM", filter = "upward") + + } Loading required package: ape Loading required package: Matrix [ FAIL 0 | WARN 0 | SKIP 9 | PASS 4 ] ══ Skipped tests (9) ═══════════════════════════════════════════════════════════ • On CRAN (9): 'test-upward_downward.R:4:3', 'test-upward_downward.R:219:3', 'test-upward_downward.R:285:3', 'test-upward_downward.R:391:3', 'test-upward_downward.R:493:3', 'test-upward_downward.R:595:3', 'test-upward_downward.R:698:3', 'test-upward_downward.R:801:3', 'test-upward_downward.R:920:3' [ FAIL 0 | WARN 0 | SKIP 9 | PASS 4 ] > > proc.time() user system elapsed 5.00 0.48 5.42