R Under development (unstable) (2024-09-30 r87204 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. > library(testthat) > library(EpiNow2) Attaching package: 'EpiNow2' The following object is masked from 'package:stats': Gamma > > test_check("EpiNow2") i Unconstrained distributon passed as a delay. i Constraining with default CDF cutoff 0.001. i To silence this message, specify delay distributions with `max` or `tolerance`. [ FAIL 0 | WARN 0 | SKIP 44 | PASS 269 ] ══ Skipped tests (44) ══════════════════════════════════════════════════════════ • On CRAN (44): '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:49:3', 'test-estimate_infections.R:56:3', 'test-estimate_infections.R:63:3', 'test-estimate_infections.R:72:3', 'test-estimate_infections.R:76:3', 'test-estimate_infections.R:81:3', 'test-estimate_infections.R:86:3', 'test-estimate_infections.R:91:3', 'test-estimate_infections.R:96:3', 'test-estimate_infections.R:103:3', 'test-estimate_infections.R:108:3', 'test-estimate_infections.R:122:3', 'test-estimate_infections.R:129:3', 'test-estimate_infections.R:144:3', 'test-estimate_secondary.R:1:1', 'test-estimate_truncation.R:2:1', 'test-forecast-infections.R:1:1', 'test-regional_epinow.R:2:1', 'test-regional_runtimes.R:26:3', '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 44 | PASS 269 ] > > proc.time() user system elapsed 32.26 1.00 33.96