R Under development (unstable) (2026-02-18 r89435 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(readr) Attaching package: 'readr' The following objects are masked from 'package:testthat': edition_get, local_edition > > test_check("readr") [ FAIL 0 | WARN 6 | SKIP 57 | PASS 584 ] ══ Skipped tests (57) ══════════════════════════════════════════════════════════ • On CRAN (41): 'test-col-spec.R:101:1', 'test-col-spec.R:116:1', 'test-col-spec.R:154:1', 'test-col-spec.R:158:1', 'test-col-spec.R:162:1', 'test-col-spec.R:169:1', 'test-col-spec.R:181:1', 'test-col-spec.R:187:1', 'test-col-spec.R:197:1', 'test-col-spec.R:206:1', 'test-col-spec.R:211:1', 'test-col-spec.R:220:1', 'test-col-spec.R:230:1', 'test-col-spec.R:237:1', 'test-col-spec.R:256:1', 'test-col-spec.R:274:1', 'test-locale.R:11:1', 'test-parsing-datetime.R:225:3', 'test-parsing-datetime.R:264:3', 'test-parsing-datetime.R:321:1', 'test-parsing-datetime.R:345:1', 'test-parsing-factors.R:151:1', 'test-problems.R:1:1', 'test-read-builtin.R:1:1', 'test-read-chunked.R:161:1', 'test-read-csv.R:114:3', 'test-read-csv.R:268:1', 'test-read-csv.R:372:1', 'test-read-csv.R:471:1', 'test-read-file.R:54:3', 'test-read-file.R:61:3', 'test-read-fwf.R:218:1', 'test-read-fwf.R:289:1', 'test-source.R:16:1', 'test-type-convert.R:8:1', 'test-type-convert.R:13:1', 'test-utils.R:1:1', 'test-write-lines.R:73:1', 'test-write.R:64:1', 'test-write.R:198:1', 'test-write.R:227:1' • On Windows (1): 'test-read-lines.R:73:3' • edition_first() is not TRUE (15): 'test-problems.R:31:3', 'test-read-csv.R:107:3', 'test-read-csv.R:127:3', 'test-read-csv.R:154:3', 'test-read-csv.R:191:3', 'test-read-csv.R:208:3', 'test-read-csv.R:430:3', 'test-read-fwf.R:71:3', 'test-read-fwf.R:109:3', 'test-read-fwf.R:117:3', 'test-read-fwf.R:142:3', 'test-read-fwf.R:174:3', 'test-read-fwf.R:185:3', 'test-read-lines.R:89:3', 'test-write.R:11:3' [ FAIL 0 | WARN 6 | SKIP 57 | PASS 584 ] > > proc.time() user system elapsed 16.06 8.60 19.68