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 > > local_edition(1) > test_check("readr") [ FAIL 0 | WARN 6 | SKIP 56 | PASS 595 ] ══ Skipped tests (56) ══════════════════════════════════════════════════════════ • 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-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:153:1', 'test-read-csv.R:207:1', 'test-read-csv.R:268:1', 'test-read-csv.R:372:1', 'test-read-file.R:54:3', 'test-read-file.R:61:3', 'test-read-fwf.R:173:1', 'test-read-fwf.R:184:1', 'test-read-fwf.R:218: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 (3): 'test-col-spec.R:262:3', 'test-col-spec.R:280:3', 'test-read-lines.R:73:3' • edition_first() is TRUE (12): 'test-col-spec.R:34:3', 'test-col-spec.R:79:3', 'test-parsing-numeric.R:36:3', 'test-problems.R:7:3', 'test-problems.R:59:3', 'test-read-csv.R:249:3', 'test-read-csv.R:386:3', 'test-read-csv.R:472:3', 'test-read-fwf.R:290:3', 'test-read-lines.R:16:3', 'test-write.R:79:3', 'test-write.R:102:3' [ FAIL 0 | WARN 6 | SKIP 56 | PASS 595 ] > > proc.time() user system elapsed 11.60 2.20 13.87 Ran 1/1 deferred expressions