R Under development (unstable) (2026-01-28 r89344 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(conmat) > > test_check("conmat") Attaching package: 'dplyr' The following objects are masked from 'package:stats': filter, lag The following objects are masked from 'package:base': intersect, setdiff, setequal, union [ FAIL 0 | WARN 0 | SKIP 59 | PASS 24 ] ══ Skipped tests (59) ══════════════════════════════════════════════════════════ • On CRAN (59): 'test-abbreviation.R:1:1', 'test-abbreviation.R:5:1', 'test-abs-age-education.R:1:1', 'test-abs-age-education.R:13:1', 'test-abs-age-lga.R:1:1', 'test-abs-age-lga.R:5:1', 'test-abs-age-work.R:1:1', 'test-abs-age-work.R:10:1', 'test-age-population.R:3:1', 'test-apply_vaccination.R:32:1', 'test-apply_vaccination.R:44:1', 'test-autoplot.R:54:3', 'test-autoplot.R:66:3', 'test-autoplot.R:75:3', 'test-autoplot.R:84:3', 'test-autoplot.R:93:3', 'test-check-age-breaks.R:4:1', 'test-check-if-data-frame.R:1:1', 'test-check-if-data-list.R:1:1', 'test-check-lga-name.R:5:1', 'test-check-lga-name.R:12:1', 'test-check-state-name.R:1:1', 'test-check-state-name.R:5:1', 'test-check_dimensions.R:18:1', 'test-check_dimensions.R:33:1', 'test-conmat-population.R:4:1', 'test-conmat-population.R:14:1', 'test-estimate-setting-contacts.R:21:3', 'test-estimate-setting-contacts.R:35:3', 'test-extrapolate-polymod.R:7:1', 'test-extrapolate-polymod.R:11:1', 'test-fit-single-contact-model.R:27:1', 'test-generate-ngm.R:36:1', 'test-generate-ngm.R:48:1', 'test-get-abs-household-size-distribution.R:1:1', 'test-get-polymod-population.R:1:1', 'test-get-polymod-population.R:7:1', 'test-get-polymod-population.R:13:1', 'test-lga_household_works.R:4:1', 'test-lga_household_works.R:12:1', 'test-matrix-to-predictions.R:11:1', 'test-matrix-to-predictions.R:17:1', 'test-models-fit-with-furrr.R:29:1', 'test-models-fit-with-furrr.R:41:1', 'test-models-fit-with-furrr.R:45:1', 'test-models-fit-with-furrr.R:57:1', 'test-models-fit-with-furrr.R:64:1', 'test-partial-prediction.R:1:1', 'test-partial-prediction.R:17:1', 'test-partial-prediction.R:34:1', 'test-partial-prediction.R:51:1', 'test-predict-contacts.R:24:1', 'test-predict-contacts.R:35:1', 'test-print-conmat-matrix-method.R:7:1', 'test-setting-prediction-matrix.R:4:1', 'test-setting-prediction-matrix.R:19:1', 'test-setting-prediction-matrix.R:34:1', 'test-setting-prediction-matrix.R:43:1', 'test-setting-transmission-matrix.R:4:1' [ FAIL 0 | WARN 0 | SKIP 59 | PASS 24 ] Deleting unused snapshots: 'autoplot/autoplot-all-settinge.svg', 'autoplot/autoplot-ngm.svg', 'autoplot/autoplot-single-setting.svg', 'autoplot/autoplot-vaccination.svg', and 'autoplot/autoplot.svg' > > proc.time() user system elapsed 116.20 6.68 127.29