R Under development (unstable) (2026-01-26 r89334 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(wid) > > test_check("wid") Saving _problems/test_check_args-20.R Saving _problems/test_check_args-22.R Saving _problems/test_check_args-24.R Saving _problems/test_check_args-26.R [ FAIL 4 | WARN 0 | SKIP 8 | PASS 42 ] ══ Skipped tests (8) ═══════════════════════════════════════════════════════════ • On CRAN (8): 'test_download.R:4:5', 'test_download.R:23:5', 'test_download.R:46:5', 'test_download.R:63:5', 'test_download.R:83:5', 'test_get_requests.R:4:5', 'test_get_requests.R:15:5', 'test_get_requests.R:26:5' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test_check_args.R:19:5'): correctly checks area codes ───────────── `check_areas("00")` threw an error with unexpected message. Expected match: "areas codes must take the form XX or XX-YY, the following are invalid: 00" Actual message: "Area codes must take the form XX, XX-YY, or XX-YYY. The following are invalid: 00" Backtrace: ▆ 1. ├─testthat::expect_error(...) at test_check_args.R:19:5 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─base::withCallingHandlers(...) 5. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 6. └─wid:::check_areas("00") ── Failure ('test_check_args.R:21:5'): correctly checks area codes ───────────── `check_areas(c("00", "01"))` threw an error with unexpected message. Expected match: "areas codes must take the form XX or XX-YY, the following are invalid: 00, 01" Actual message: "Area codes must take the form XX, XX-YY, or XX-YYY. The following are invalid: 00, 01" Backtrace: ▆ 1. ├─testthat::expect_error(...) at test_check_args.R:21:5 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─base::withCallingHandlers(...) 5. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 6. └─wid:::check_areas(c("00", "01")) ── Failure ('test_check_args.R:23:5'): correctly checks area codes ───────────── `check_areas(c("00", "AA", "01"))` threw an error with unexpected message. Expected match: "areas codes must take the form XX or XX-YY, the following are invalid: 00, 01" Actual message: "Area codes must take the form XX, XX-YY, or XX-YYY. The following are invalid: 00, 01" Backtrace: ▆ 1. ├─testthat::expect_error(...) at test_check_args.R:23:5 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─base::withCallingHandlers(...) 5. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 6. └─wid:::check_areas(c("00", "AA", "01")) ── Failure ('test_check_args.R:25:5'): correctly checks area codes ───────────── `check_areas(c("AA", "all"))` threw an error with unexpected message. Expected match: "areas codes must take the form XX or XX-YY, the following are invalid: all" Actual message: "Area codes must take the form XX, XX-YY, or XX-YYY. The following are invalid: all" Backtrace: ▆ 1. ├─testthat::expect_error(...) at test_check_args.R:25:5 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─base::withCallingHandlers(...) 5. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 6. └─wid:::check_areas(c("AA", "all")) [ FAIL 4 | WARN 0 | SKIP 8 | PASS 42 ] Error: ! Test failures. Execution halted