R Under development (unstable) (2024-05-13 r86547 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.4 > library(tidyEdSurvey) tidyEdSurvey v0.1.3 A package for using 'dplyr' and 'ggplot2' with student level data in an edsurvey.data.frame. To work with teacher or school level data, see ?EdSurvey::getData Attaching package: 'tidyEdSurvey' The following object is masked from 'package:base': attach > test_check('tidyEdSurvey') [ FAIL 0 | WARN 0 | SKIP 1 | PASS 12 ] ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ • On CRAN (1): 'test-dplyr-TIMSS.R:1:1' [ FAIL 0 | WARN 0 | SKIP 1 | PASS 12 ] > > proc.time() user system elapsed 35.07 2.09 37.20