R Under development (unstable) (2025-01-07 r87537 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 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(eatRep) Loading required package: survey Loading required package: grid Loading required package: Matrix Loading required package: survival Attaching package: 'survey' The following object is masked from 'package:graphics': dotchart Loading required package: BIFIEsurvey |----------------------------------------------------------------- | BIFIEsurvey 3.6-6 (2024-04-25 13:32:27) | http://www.bifie.at |----------------------------------------------------------------- Loading required package: progress Loading required package: lavaan This is lavaan 0.6-19 lavaan is FREE software! Please report any bugs. Loading required package: parallel > > test_check("eatRep") 1 analyse(s) overall according to: 'group.splits = 0'. Assume unnested structure with 3 imputations. Create 92 replicate weights according to JK2 procedure. +++ Generate replicate weights |**********| |----------| +++ Generate BIFIE.data object |*****| |-----| 1 analyse(s) overall according to: 'group.splits = 0'. Assume unnested structure with 3 imputations. Trend group: '2010' 1 analyse(s) overall according to: 'group.splits = 0'. Assume unnested structure with 3 imputations. Create 32 replicate weights according to JK2 procedure. Trend group: '2015' 1 analyse(s) overall according to: 'group.splits = 0'. Assume unnested structure with 3 imputations. Create 41 replicate weights according to JK2 procedure. [ FAIL 0 | WARN 0 | SKIP 3 | PASS 17 ] ══ Skipped tests (3) ═══════════════════════════════════════════════════════════ • On CRAN (3): 'test_WEC.R:6:5', 'test_jk2_lmer.r:10:5', 'test_jk2_quantile.r:4:5' [ FAIL 0 | WARN 0 | SKIP 3 | PASS 17 ] > > proc.time() user system elapsed 99.31 4.70 104.00