R Under development (unstable) (2023-10-26 r85419 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. > 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.4 > forceCacheUpdate <- FALSE > test_check("EdSurvey") [ FAIL 0 | WARN 0 | SKIP 48 | PASS 140 ] ══ Skipped tests (48) ══════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════ • On CRAN (48): 'test-07-merge.R:1:1', 'test-10-main.R:14:3', 'test-10-main.R:54:3', 'test-10-main.R:121:3', 'test-10-main.R:265:3', 'test-10-main.R:316:3', 'test-10-main.R:412:3', 'test-10-main.R:438:3', 'test-10-main.R:487:3', 'test-10-main.R:502:3', 'test-10-main.R:511:3', 'test-10-main.R:526:3', 'test-10-main.R:542:3', 'test-10-main.R:583:3', 'test-10-main.R:594:3', 'test-10-main.R:606:3', 'test-10-main.R:626:3', 'test-10-main.R:659:3', 'test-10-main.R:715:3', 'test-10-main.R:748:3', 'test-10-main.R:770:3', 'test-10-main.R:789:3', 'test-10-main.R:797:3', 'test-10-main.R:839:3', 'test-10-main.R:850:3', 'test-10-main.R:865:3', 'test-10-main.R:950:3', 'test-10-main.R:1021:3', 'test-10-main.R:1037:3', 'test-10-main.R:1068:3', 'test-10-main.R:1084:3', 'test-10-main.R:1109:3', 'test-10-main.R:1118:3', 'test-10-main.R:1179:3', '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 48 | PASS 140 ] > > proc.time() user system elapsed 78.14 4.92 83.14