R Under development (unstable) (2026-01-18 r89306 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. > Check FAILED. > Check FAILED. > Check FAILED. > Check FAILED. [ FAIL 0 | WARN 17 | SKIP 41 | PASS 230 ] ══ Skipped tests (41) ══════════════════════════════════════════════════════════ • On CRAN (41): '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-countries.r:7:1', 'test-download-survey.R:2:3', 'test-load-survey.R:62:3', 'test-matrix.r:121:1', 'test-matrix.r:125:1', 'test-matrix.r:134:1', 'test-matrix.r:152:1', 'test-matrix.r:164:1', 'test-matrix.r:175:1', 'test-matrix.r:204:1', 'test-matrix.r:213:1', 'test-matrix.r:225:1', 'test-matrix.r:237:1', 'test-matrix.r:255:1', 'test-matrix.r:261:1', 'test-matrix.r:273:1', 'test-matrix.r:282:1', 'test-matrix.r:291:1', 'test-matrix.r:297:1', 'test-matrix.r:351:1', 'test-matrix.r:389:1', 'test-matrix.r:889:3', 'test-matrix.r:990:1', 'test-matrix.r:1143:1', 'test-survey-country-population.R:1:1', 'test-survey-country-population.R:16:1', 'test-surveys.r:2:3', 'test-surveys.r:10:3', 'test-surveys.r:19:3', 'test-surveys.r:33:3', 'test-surveys.r:46:1', 'test-surveys.r:56:1' [ FAIL 0 | WARN 17 | SKIP 41 | PASS 230 ] > > proc.time() user system elapsed 21.62 2.60 24.23