R Under development (unstable) (2025-11-25 r89063 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(vroom) > > test_check("vroom") # A tibble: 5 x 1 a 1 1 2 NA 3 3 4 NA 5 5 # A tibble: 5 x 1 X1 1 1 2 NA 3 3 4 NA 5 5 [ FAIL 0 | WARN 2 | SKIP 14 | PASS 1095 ] ══ Skipped tests (14) ══════════════════════════════════════════════════════════ • Not working on CI (1): 'test-datetime.R:309:3' • On CRAN (12): 'test-col_types.R:23:1', 'test-path.R:15:3', 'test-path.R:23:3', 'test-path.R:31:3', 'test-path.R:67:1', 'test-path.R:74:3', 'test-path.R:89:3', 'test-path.R:140:3', 'test-path.R:185:1', 'test-path.R:200:1', 'test-problems.R:1:1', 'test-problems.R:222:1' • On Windows (1): 'test-datetime.R:262:3' [ FAIL 0 | WARN 2 | SKIP 14 | PASS 1095 ] > > proc.time() user system elapsed 18.98 10.76 23.95