R Under development (unstable) (2026-02-03 r89375 ucrt) -- "Unsuffered Consequences" Copyright (C) 2026 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") Attaching package: 'data.table' The following object is masked from 'package:base': %notin% [ FAIL 0 | WARN 0 | SKIP 35 | PASS 369 ] ══ Skipped tests (35) ══════════════════════════════════════════════════════════ • On CRAN (35): 'test-calc_CrI.R:3:1', 'test-calc_CrI.R:7:1', 'test-calc_CrIs.R:3:1', 'test-calc_CrIs.R:7:1', 'test-calc_CrIs.R:12:1', 'test-calc_summary_measures.R:3:1', 'test-calc_summary_measures.R:7:1', 'test-calc_summary_measures.R:11:1', 'test-calc_summary_stats.R:3:1', 'test-calc_summary_stats.R:7:1', 'test-dist.R:1:1', 'test-epinow.R:1:1', 'test-estimate_delay.R:1:1', 'test-estimate_infections.R:1:1', 'test-estimate_secondary.R:1:1', 'test-estimate_truncation.R:2:1', 'test-forecast-infections.R:1:1', 'test-plot_estimates.R:1:1', 'test-regional_epinow.R:1:1', 'test-regional_runtimes.R:1:1', 'test-regional_summary.R:1:1', 'test-report_plots.R:1:1', '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-delays.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-pmfs.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 35 | PASS 369 ] > > proc.time() user system elapsed 10.87 0.89 11.78