R Under development (unstable) (2026-01-27 r89337 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(baselinenowcast) > > test_results <- test_check("baselinenowcast") 0 1 2 3 4 5 6 7 8 9 2026-03-23 210 131 34 50 35 12 1 25 20 6 2026-03-24 221 96 22 10 13 6 0 5 9 NA 2026-03-25 291 129 17 26 42 29 23 25 NA NA 2026-03-26 179 96 22 50 9 8 18 NA NA NA 2026-03-27 284 40 41 54 28 12 NA NA NA NA 2026-03-28 217 78 46 14 39 NA NA NA NA NA 2026-03-29 336 161 62 13 NA NA NA NA NA NA 2026-03-30 296 53 55 NA NA NA NA NA NA NA 2026-03-31 210 108 NA NA NA NA NA NA NA NA 2026-04-01 236 NA NA NA NA NA NA NA NA NA 0 1 2 3 4 5 6 7 8 9 2026-03-23 210 131 34 50 35 12 1 25 20 6 2026-03-24 221 96 22 10 13 6 0 5 9 NA 2026-03-25 291 129 17 26 42 29 23 25 NA NA 2026-03-26 179 96 22 50 9 8 18 NA NA NA 2026-03-27 284 40 41 54 28 12 NA NA NA NA 2026-03-28 217 78 46 14 39 NA NA NA NA NA 2026-03-29 336 161 62 13 NA NA NA NA NA NA 2026-03-30 296 53 55 NA NA NA NA NA NA NA 2026-03-31 210 108 NA NA NA NA NA NA NA NA 2026-04-01 236 NA NA NA NA NA NA NA NA NA Min. 1st Qu. Median Mean 3rd Qu. Max. 0.000 0.000 1.000 1.019 2.000 4.000 Min. 1st Qu. Median Mean 3rd Qu. Max. 0.9798 1.5328 1.7662 1.7941 2.0608 2.8476 Min. 1st Qu. Median Mean 3rd Qu. Max. 6.000 9.000 10.000 9.403 10.000 10.000 Min. 1st Qu. Median Mean 3rd Qu. Max. 0.000 0.000 1.000 1.019 2.000 4.000 Min. 1st Qu. Median Mean 3rd Qu. Max. 0.9798 1.5328 1.7662 1.7941 2.0608 2.8476 Min. 1st Qu. Median Mean 3rd Qu. Max. 6.000 9.000 10.000 9.403 10.000 10.000 [ FAIL 0 | WARN 0 | SKIP 3 | PASS 2667 ] ══ Skipped tests (3) ═══════════════════════════════════════════════════════════ • 1-column matrices are not valid reporting triangles (1): 'test-apply_reporting_structure.R:169:3' • 1-row matrices have validation issues (1): 'test-apply_reporting_structure.R:164:3' • 1x1 matrices are not valid reporting triangles (1): 'test-apply_reporting_structure.R:109:3' [ FAIL 0 | WARN 0 | SKIP 3 | PASS 2667 ] > > if (any(as.data.frame(test_results)$warning > 0)) { + stop("tests failed with warnings", call. = FALSE) + } > > proc.time() user system elapsed 143.01 10.15 153.15