R Under development (unstable) (2023-10-17 r85341 ucrt) -- "Unsuffered Consequences" Copyright (C) 2023 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) Attaching package: 'socialmixr' The following object is masked from 'package:utils': cite > # nolint end > > test_check("socialmixr") [ FAIL 0 | WARN 0 | SKIP 8 | PASS 131 ] ══ Skipped tests (8) ═══════════════════════════════════════════════════════════ • On CRAN (8): 'test-matrix.r:390:3', 'test-plot.r:8:3', 'test-plot.r:13:3', 'test-plot.r:18:3', 'test-plot.r:23:3', 'test-plot.r:28:3', 'test-surveys.r:4:3', 'test-surveys.r:11:3' [ FAIL 0 | WARN 0 | SKIP 8 | PASS 131 ] > > proc.time() user system elapsed 116.89 2.89 119.39