R Under development (unstable) (2025-12-15 r89175 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 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(outbreaker2) > > test_check("outbreaker2") [ FAIL 0 | WARN 0 | SKIP 45 | PASS 9 ] ══ Skipped tests (45) ══════════════════════════════════════════════════════════ • On CRAN (45): 'test_binding.R:5:5', 'test_binding.R:38:5', 'test_config.R:7:5', 'test_data.R:7:3', 'test_data.R:46:3', 'test_find_imports.R:6:5', 'test_likelihoods.R:6:5', 'test_likelihoods.R:45:5', 'test_likelihoods.R:88:5', 'test_likelihoods.R:170:5', 'test_likelihoods.R:220:5', 'test_likelihoods.R:259:5', 'test_likelihoods.R:289:5', 'test_likelihoods.R:322:5', 'test_likelihoods.R:379:5', 'test_likelihoods.R:474:5', 'test_likelihoods.R:539:5', 'test_moves.R:6:5', 'test_moves.R:70:5', 'test_moves.R:130:5', 'test_moves.R:177:5', 'test_moves.R:204:5', 'test_non_exported.R:7:3', 'test_non_exported.R:38:3', 'test_non_exported.R:72:3', 'test_non_exported.R:104:3', 'test_non_exported.R:132:3', 'test_non_exported.R:159:3', 'test_non_exported.R:190:3', 'test_non_exported.R:248:3', 'test_outbreaker.R:7:5', 'test_outbreaker.R:40:5', 'test_outbreaker.R:83:5', 'test_outbreaker.R:122:5', 'test_outbreaker.R:177:5', 'test_outbreaker.R:216:5', 'test_outbreaker.R:259:5', 'test_outbreaker.R:296:5', 'test_outbreaker.R:326:5', 'test_outbreaker.R:369:5', 'test_outbreaker.R:417:5', 'test_priors.R:6:5', 'test_priors.R:39:5', 'test_priors.R:65:5', 'test_sim_ctd.R:6:5' [ FAIL 0 | WARN 0 | SKIP 45 | PASS 9 ] > > proc.time() user system elapsed 1.92 0.17 2.09