R Under development (unstable) (2026-02-16 r89426 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") [ FAIL 0 | WARN 0 | SKIP 8 | PASS 55 ] ══ 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:95:5', 'test_get_requests.R:4:5', 'test_get_requests.R:17:5', 'test_get_requests.R:31:5' [ FAIL 0 | WARN 0 | SKIP 8 | PASS 55 ] > > proc.time() user system elapsed 1.48 0.21 1.70