R Under development (unstable) (2024-06-26 r86840 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.7 > forceCacheUpdate <- FALSE > test_check("EdSurvey") [ FAIL 0 | WARN 0 | SKIP 49 | PASS 151 ] ══ Skipped tests (49) ══════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════ • On CRAN (49): 'test-07-merge.R:1:1', 'test-10-main.R:14:3', 'test-10-main.R:89:3', 'test-10-main.R:165:3', 'test-10-main.R:309:3', 'test-10-main.R:353:3', 'test-10-main.R:450:3', 'test-10-main.R:476:3', 'test-10-main.R:525:3', 'test-10-main.R:540:3', 'test-10-main.R:549:3', 'test-10-main.R:564:3', 'test-10-main.R:580:3', 'test-10-main.R:621:3', 'test-10-main.R:632:3', 'test-10-main.R:644:3', 'test-10-main.R:664:3', 'test-10-main.R:697:3', 'test-10-main.R:752:3', 'test-10-main.R:785:3', 'test-10-main.R:807:3', 'test-10-main.R:826:3', 'test-10-main.R:834:3', 'test-10-main.R:876:3', 'test-10-main.R:887:3', 'test-10-main.R:902:3', 'test-10-main.R:987:3', 'test-10-main.R:1058:3', 'test-10-main.R:1074:3', 'test-10-main.R:1105:3', 'test-10-main.R:1121:3', 'test-10-main.R:1146:3', 'test-10-main.R:1155:3', 'test-10-main.R:1216: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 151 ] > > proc.time() user system elapsed 64.15 3.93 68.17