R Under development (unstable) (2024-05-20 r86569 ucrt) -- "Unsuffered Consequences" Copyright (C) 2024 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(EdSurvey) Loading required package: car Loading required package: carData Loading required package: lfactors lfactors v1.0.4 Loading required package: Dire Dire v2.2.0 EdSurvey v4.0.6 > forceCacheUpdate <- FALSE > test_check("EdSurvey") [ FAIL 0 | WARN 0 | SKIP 49 | PASS 139 ] ══ Skipped tests (49) ══════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════ • On CRAN (49): 'test-07-merge.R:1:1', 'test-10-main.R:14:3', 'test-10-main.R:54:3', 'test-10-main.R:130:3', 'test-10-main.R:274:3', 'test-10-main.R:318:3', 'test-10-main.R:415:3', 'test-10-main.R:441:3', 'test-10-main.R:490:3', 'test-10-main.R:505:3', 'test-10-main.R:514:3', 'test-10-main.R:529:3', 'test-10-main.R:545:3', 'test-10-main.R:586:3', 'test-10-main.R:597:3', 'test-10-main.R:609:3', 'test-10-main.R:629:3', 'test-10-main.R:662:3', 'test-10-main.R:717:3', 'test-10-main.R:750:3', 'test-10-main.R:772:3', 'test-10-main.R:791:3', 'test-10-main.R:799:3', 'test-10-main.R:841:3', 'test-10-main.R:852:3', 'test-10-main.R:867:3', 'test-10-main.R:952:3', 'test-10-main.R:1023:3', 'test-10-main.R:1039:3', 'test-10-main.R:1070:3', 'test-10-main.R:1086:3', 'test-10-main.R:1111:3', 'test-10-main.R:1120:3', 'test-10-main.R:1181:3', 'test-12-Dire.R:1:1', 'test-15-lesdf.R:38:1', 'test-20-esdfl.R:60:3', 'test-20-esdfl.R:76:1', 'test-22-mvrlm.R:1:1', 'test-25-mixed.R:1:1', 'test-30-TIMSS.R:1:1', 'test-35-piaac.R:1:1', 'test-40-ELS.R:1:1', 'test-45-HSLS.R:1:1', 'test-50-pisa.R:1:1', 'test-51-YAFS.R:1:1', 'test-60-ECLS_K.R:1:1', 'test-65-SSOCS.R:1:1', 'test-75-iccs.R:1:1' [ FAIL 0 | WARN 0 | SKIP 49 | PASS 139 ] > > proc.time() user system elapsed 61.82 3.43 65.57