R Under development (unstable) (2026-01-24 r89326 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(vroom) > > test_check("vroom") Rows: 0 Columns: 3 -- Column specification -------------------------------------------------------- chr (3): a, b, c i Use `spec()` to retrieve the full column specification for this data. i Specify the column types or set `show_col_types = FALSE` to quiet this message. [ FAIL 0 | WARN 0 | SKIP 46 | PASS 1114 ] ══ Skipped tests (46) ══════════════════════════════════════════════════════════ • Not working on CI (1): 'test-datetime.R:309:3' • On CRAN (41): 'test-col_types.R:23:1', 'test-col_types.R:53:1', 'test-col_types.R:65:1', 'test-col_types.R:70:1', 'test-col_types.R:77:1', 'test-connection.R:39:1', 'test-connection.R:91:3', 'test-connection.R:132:3', 'test-datetime.R:450:1', 'test-locale.R:10:1', 'test-locale.R:45:1', 'test-locale.R:52:1', 'test-locale.R:58:1', 'test-locale.R:68:1', 'test-multi-file.R:125:1', 'test-multi-file.R:132:1', 'test-path.R:1:1', 'test-path.R:37:3', 'test-path.R:45:3', 'test-path.R:53:3', 'test-path.R:61:3', 'test-path.R:69:3', 'test-path.R:78:3', 'test-path.R:112:1', 'test-path.R:119:3', 'test-path.R:134:3', 'test-path.R:185:3', 'test-path.R:230:1', 'test-path.R:246:1', 'test-path.R:259:1', 'test-problems.R:1:1', 'test-problems.R:185:1', 'test-problems.R:216:1', 'test-vroom.R:17:1', 'test-vroom_fwf.R:238:1', 'test-vroom_fwf.R:250:1', 'test-vroom_fwf.R:277:1', 'test-vroom_fwf.R:299:1', 'test-vroom_fwf.R:366:1', 'test-vroom_write.R:107:1', 'test-vroom_write.R:203:1' • On Windows (2): 'test-connection.R:109:3', 'test-datetime.R:262:3' • is_installed("archive") is TRUE (2): 'test-path.R:268:3', 'test-path.R:277:3' [ FAIL 0 | WARN 0 | SKIP 46 | PASS 1114 ] > > proc.time() user system elapsed 18.90 10.32 24.12