R Under development (unstable) (2023-10-01 r85245 ucrt) -- "Unsuffered Consequences" Copyright (C) 2023 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) Attaching package: 'vroom' The following object is masked from 'package:testthat': matches > > test_check("vroom") [ FAIL 0 | WARN 0 | SKIP 14 | PASS 1077 ] ══ Skipped tests (14) ══════════════════════════════════════════════════════════ • Not working on CI (1): 'test-datetime.R:203:3' • On CRAN (12): 'test-col_types.R:35:3', 'test-path.R:15:3', 'test-path.R:23:3', 'test-path.R:31:3', 'test-path.R:65:3', 'test-path.R:71:3', 'test-path.R:86:3', 'test-path.R:137:3', 'test-path.R:191:3', 'test-path.R:204:3', 'test-problems.R:2:3', 'test-problems.R:184:3' • On Windows (1): 'test-datetime.R:174:3' [ FAIL 0 | WARN 0 | SKIP 14 | PASS 1077 ] > > proc.time() user system elapsed 35.09 17.21 39.90