R Under development (unstable) (2025-07-22 r88445 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(ces) > > test_check("ces") # A tibble: 16 x 2 year variants 1 1965 single_survey 2 1968 single_survey 3 1972 jnjl, sep, nov 4 1974 single_survey, 1974_1980 5 1984 single_survey 6 1988 single_survey 7 1993 single_survey 8 1997 single_survey 9 2000 single_survey 10 2004 single_survey 11 2006 single_survey 12 2008 single_survey 13 2011 single_survey 14 2015 web, phone, combo 15 2019 web, phone 16 2021 web You have accessed the 'web' variant by default. Other variants available: phone. Use the variant argument to select a specific variant. You have accessed the 'web' variant by default. Other variants available: phone. Use the variant argument to select a specific variant. [ FAIL 0 | WARN 0 | SKIP 6 | PASS 59 ] ══ Skipped tests (6) ═══════════════════════════════════════════════════════════ • On CRAN (3): 'test-platform-compatibility.R:38:3', 'test-platform-compatibility.R:180:3', 'test-platform-compatibility.R:235:3' • Skip download-dependent tests for now (2): 'test-datasets.R:39:3', 'test-datasets.R:52:3' • Skipping download test (1): 'test-get_ces.R:21:3' [ FAIL 0 | WARN 0 | SKIP 6 | PASS 59 ] > > proc.time() user system elapsed 1.07 0.20 1.26