R Under development (unstable) (2026-03-04 r89536 ucrt) -- "Unsuffered Consequences" Copyright (C) 2026 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("wakefield") > > test_check("wakefield") [ FAIL 0 | WARN 0 | SKIP 77 | PASS 0 ] ══ Skipped tests (77) ══════════════════════════════════════════════════════════ • empty test (77): 'test-age.R:3:1', 'test-animal.R:3:1', 'test-answer.R:3:1', 'test-area.R:3:1', 'test-as_integer.R:3:1', 'test-browser.R:3:1', 'test-car.R:3:1', 'test-children.R:3:1', 'test-coin.R:3:1', 'test-color.R:3:1', 'test-data_stamp.R:3:1', 'test-death.R:3:1', 'test-dice.R:3:1', 'test-dna.R:3:1', 'test-dob.R:3:1', 'test-dummy.R:3:1', 'test-education.R:3:1', 'test-employment.R:3:1', 'test-eye.R:3:1', 'test-grade.R:3:1', 'test-grade_level.R:3:1', 'test-group.R:3:1', 'test-hair.R:3:1', 'test-height.R:3:1', 'test-hour.R:3:1', 'test-id.R:3:1', 'test-income.R:3:1', 'test-interval.R:3:1', 'test-iq.R:3:1', 'test-language.R:3:1', 'test-level.R:3:1', 'test-likert.R:3:1', 'test-lorem_ipsum.R:3:1', 'test-marital.R:3:1', 'test-military.R:3:1', 'test-minute.R:3:1', 'test-month.R:3:1', 'test-name.R:3:1', 'test-normal.R:3:1', 'test-peek.R:3:1', 'test-political.R:3:1', 'test-probs.R:3:1', 'test-r_data.R:3:1', 'test-r_data_frame.R:3:1', 'test-r_dummy.R:3:1', 'test-r_insert.R:3:1', 'test-r_list.R:3:1', 'test-r_na.R:3:1', 'test-r_sample.R:3:1', 'test-r_sample_binary.R:3:1', 'test-r_sample_factor.R:3:1', 'test-r_sample_integer.R:3:1', 'test-r_sample_logical.R:3:1', 'test-r_sample_ordered.R:3:1', 'test-r_sample_replace.R:3:1', 'test-r_series.R:3:1', 'test-race.R:3:1', 'test-relate.R:3:1', 'test-religion.R:3:1', 'test-sat.R:3:1', 'test-second.R:3:1', 'test-sentence.R:3:1', 'test-seriesname.R:3:1', 'test-sex.R:3:1', 'test-sex_inclusive.R:3:1', 'test-smokes.R:3:1', 'test-speed.R:3:1', 'test-state.R:3:1', 'test-string.R:3:1', 'test-table_heat.R:3:1', 'test-time_stamp.R:3:1', 'test-upper.R:3:1', 'test-valid.R:3:1', 'test-variables.R:3:1', 'test-varname.R:3:1', 'test-year.R:3:1', 'test-zip_code.R:3:1' [ FAIL 0 | WARN 0 | SKIP 77 | PASS 0 ] > > proc.time() user system elapsed 1.75 0.26 2.01