R Under development (unstable) (2025-11-13 r89017 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 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 7 | SKIP 36 | PASS 729 ] ══ Skipped tests (36) ══════════════════════════════════════════════════════════ • On CRAN (22): 'test-col-spec.R:161:1', 'test-col-spec.R:165:1', 'test-col-spec.R:169:1', 'test-col-spec.R:176:1', 'test-col-spec.R:188:1', 'test-col-spec.R:194:1', 'test-col-spec.R:204:1', 'test-col-spec.R:213:1', 'test-col-spec.R:218:1', 'test-col-spec.R:227:1', 'test-col-spec.R:237:1', 'test-col-spec.R:244:1', 'test-melt-csv.R:86:3', 'test-parsing-datetime.R:225:3', 'test-parsing-datetime.R:264:3', 'test-read-csv.R:100:3', 'test-read-csv.R:139:1', 'test-read-csv.R:193:1', 'test-read-csv.R:254:1', 'test-read-file.R:51:3', 'test-read-file.R:58:3', 'test-utils.R:1:1' • On Windows (4): 'test-col-spec.R:269:3', 'test-col-spec.R:287:3', 'test-melt-csv.R:2:3', 'test-read-lines.R:73:3' • edition_first() is TRUE (10): '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:235:3', 'test-read-csv.R:372:3', 'test-read-lines.R:16:3', 'test-write.R:74:3', 'test-write.R:97:3' [ FAIL 0 | WARN 7 | SKIP 36 | PASS 729 ] > > proc.time() user system elapsed 7.59 1.64 9.23 Ran 1/1 deferred expressions