R Under development (unstable) (2026-01-09 r89293 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") > > test_check("tibble") Loading required package: tibble Starting 2 test processes. [ FAIL 0 | WARN 0 | SKIP 41 | PASS 948 ] ══ Skipped tests (41) ══════════════════════════════════════════════════════════ • Installed vctrs is version 0.6.5; but 0.6.5.9000 is required (2): 'test-as_tibble.R:822:3', 'test-subsetting.R:799:3' • On CRAN (39): 'test-vignette-formats.R:9:3', 'test-add.R:330:1', 'test-enframe.R:118:1', 'test-error.R:19:1', 'test-as_tibble.R:166:1', 'test-as_tibble.R:180:1', 'test-as_tibble.R:256:1', 'test-as_tibble.R:293:1', 'test-as_tibble.R:312:1', 'test-as_tibble.R:357:1', 'test-as_tibble.R:676:1', 'test-names.R:30:1', 'test-new.R:156:1', 'test-print.R:7:1', 'test-print.R:57:1', 'test-rownames.R:100:1', 'test-msg.R:12:1', 'test-str.R:1:1', 'test-subsetting-matrix.R:11:1', 'test-tbl_df.R:74:1', 'test-tbl_sum.R:1:1', 'test-tibble.R:250:1', 'test-tidy_names.R:6:1', 'test-tidy_names.R:13:1', 'test-tidy_names.R:38:1', 'test-tidy_names.R:45:1', 'test-tidy_names.R:52:1', 'test-tidy_names.R:59:1', 'test-tidy_names.R:71:1', 'test-tidy_names.R:78:1', 'test-tribble.R:237:1', 'test-utils-msg-format.R:29:1', 'test-utils-tick.R:1:1', 'test-vignette-digits.R:2:3', 'test-vignette-extending.R:2:3', 'test-vignette-invariants.R:5:3', 'test-vignette-numbers.R:4:3', 'test-vignette-tibble.R:5:3', 'test-vignette-types.R:9:3' [ FAIL 0 | WARN 0 | SKIP 41 | PASS 948 ] Deleting unused snapshots: 'vignette-digits/digits.md', 'vignette-extending/extending.md', 'vignette-formats/formats.md', 'vignette-invariants/invariants.md', 'vignette-numbers/numbers.md', and 'vignette-types/types.md' > > proc.time() user system elapsed 4.20 0.40 14.09