R Under development (unstable) (2026-04-26 r89963 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. > # nolint start > library(testthat) > library(socialmixr) > # nolint end > > data.table::setDTthreads(1) > test_check("socialmixr") Attaching package: 'data.table' The following object is masked from 'package:base': %notin% > Check FAILED. > Check FAILED. > Check FAILED. > Check FAILED. > Check FAILED. > Check FAILED. -- Contact matrix (3 age groups) -- Ages: "[0,5)", "[5,15)", and "[15,Inf)" Participants: 1011 -- Contact matrix (3 age groups) -- Ages: "[0,5)", "[5,15)", and "[15,Inf)" Participants: 1011 contact.age.group age.group [0,5) [5,15) [15,Inf) [0,5) 1.9157895 1.431579 5.526316 [5,15) 0.5294118 7.946078 6.215686 [15,Inf) 0.3904494 1.290730 9.594101 > Check FAILED. > Check FAILED. > Check FAILED. > Check FAILED. [ FAIL 0 | WARN 34 | SKIP 32 | PASS 347 ] ══ Skipped tests (32) ══════════════════════════════════════════════════════════ • No sex column in polymod participants (1): 'test-weigh.R:71:5' • On CRAN (31): 'test-agegroups.r:27:1', 'test-agegroups.r:98:1', 'test-as_contact_survey.r:11:1', 'test-as_contact_survey.r:35:1', 'test-as_contact_survey.r:65:1', 'test-assign-age-groups.R:13:1', 'test-assign-age-groups.R:31:1', 'test-checks.r:10:1', 'test-checks.r:34:1', 'test-matrix.r:125:1', 'test-matrix.r:129:1', 'test-matrix.r:138:1', 'test-matrix.r:156:1', 'test-matrix.r:168:1', 'test-matrix.r:179:1', 'test-matrix.r:208:1', 'test-matrix.r:217:1', 'test-matrix.r:229:1', 'test-matrix.r:241:1', 'test-matrix.r:259:1', 'test-matrix.r:265:1', 'test-matrix.r:277:1', 'test-matrix.r:286:1', 'test-matrix.r:295:1', 'test-matrix.r:301:1', 'test-matrix.r:355:1', 'test-matrix.r:393:1', 'test-matrix.r:988:1', 'test-matrix.r:1141:1', 'test-survey-country-population.R:1:1', 'test-survey-country-population.R:19:1' [ FAIL 0 | WARN 34 | SKIP 32 | PASS 347 ] > > proc.time() user system elapsed 32.59 3.20 35.75