R Under development (unstable) (2025-02-03 r87683 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(EpiNow2) Attaching package: 'EpiNow2' The following object is masked from 'package:stats': Gamma > > test_check("EpiNow2") [ FAIL 0 | WARN 0 | SKIP 45 | PASS 307 ] ══ Skipped tests (45) ══════════════════════════════════════════════════════════ • On CRAN (45): '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_delay.R:1:1', 'test-estimate_infections.R:37:3', 'test-estimate_infections.R:42:3', 'test-estimate_infections.R:50:3', 'test-estimate_infections.R:58:3', 'test-estimate_infections.R:65:3', 'test-estimate_infections.R:78:3', 'test-estimate_infections.R:82:3', 'test-estimate_infections.R:87:3', 'test-estimate_infections.R:92:3', 'test-estimate_infections.R:97:3', 'test-estimate_infections.R:102:3', 'test-estimate_infections.R:109:3', 'test-estimate_infections.R:114:3', 'test-estimate_infections.R:130:3', 'test-estimate_infections.R:137:3', 'test-estimate_infections.R:154:3', 'test-estimate_secondary.R:1:1', 'test-estimate_truncation.R:2:1', 'test-forecast-infections.R:1:1', 'test-regional_epinow.R:1:1', 'test-regional_runtimes.R:26:3', 'test-setup_future.R:1:1', 'test-simulate-infections.R:1:1', 'test-simulate-secondary.R:1:1', 'test-stan-convole.R:1:1', 'test-stan-generated_quantities.R:1:1', 'test-stan-guassian-process.R:1:1', 'test-stan-infections.R:1:1', 'test-stan-observation_model.R:1:1', 'test-stan-rt.R:1:1', 'test-stan-secondary.R:1:1', 'test-stan-truncate.R:1:1' [ FAIL 0 | WARN 0 | SKIP 45 | PASS 307 ] > > proc.time() user system elapsed 314.29 4.29 319.18