R Under development (unstable) (2023-09-25 r85222 ucrt) -- "Unsuffered Consequences" Copyright (C) 2023 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(EpiNow2) > > test_check("EpiNow2") [ FAIL 0 | WARN 0 | SKIP 31 | PASS 154 ] ══ Skipped tests (31) ══════════════════════════════════════════════════════════ • On CRAN (31): 'test-calc_CrI.R:4:3', 'test-calc_CrI.R:8:3', 'test-calc_CrIs.R:4:3', 'test-calc_CrIs.R:8:3', 'test-calc_CrIs.R:13:3', 'test-calc_summary_measures.R:4:3', 'test-calc_summary_measures.R:8:3', 'test-calc_summary_measures.R:12:3', 'test-calc_summary_stats.R:4:3', 'test-calc_summary_stats.R:8:3', 'test-dist.R:1:1', 'test-epinow.R:1:1', 'test-estimate_infections.R:41:3', 'test-estimate_infections.R:46:3', 'test-estimate_infections.R:50:3', 'test-estimate_infections.R:55:3', 'test-estimate_infections.R:60:3', 'test-estimate_infections.R:65:3', 'test-estimate_infections.R:70:3', 'test-estimate_infections.R:78:3', 'test-estimate_infections.R:83:3', 'test-estimate_infections.R:98:3', 'test-estimate_secondary.R:1:1', 'test-estimate_truncation.R:2:1', 'test-regional_epinow.R:2:1', 'test-regional_runtimes.R:32:3', 'test-simulate_infections.R:1:1', 'test-stan-convole.R:1:1', 'test-stan-infections.R:1:1', 'test-stan-rt.R:1:1', 'test-stan-secondary.R:1:1' [ FAIL 0 | WARN 0 | SKIP 31 | PASS 154 ] > > proc.time() user system elapsed 24.00 0.62 25.40