R Under development (unstable) (2025-06-06 r88283 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") > > test_check("tibble") Loading required package: tibble Starting 2 test processes [ FAIL 0 | WARN 0 | SKIP 41 | PASS 918 ] ══ Skipped tests (41) ══════════════════════════════════════════════════════════ • On CRAN (41): 'test-vignette-formats.R:9:3', 'test-add.R:313:3', 'test-enframe.R:120:3', 'test-error.R:16:3', 'test-as_tibble.R:166:3', 'test-as_tibble.R:180:3', 'test-as_tibble.R:265:3', 'test-as_tibble.R:299:3', 'test-as_tibble.R:308:3', 'test-as_tibble.R:363:3', 'test-as_tibble.R:636:3', 'test-as_tibble.R:743:3', 'test-names.R:18:3', 'test-new.R:149:3', 'test-print.R:10:3', 'test-print.R:56:3', 'test-rownames.R:101:3', 'test-str.R:2:3', 'test-subsetting-matrix.R:21:3', 'test-msg.R:12:3', 'test-tbl_df.R:77:3', 'test-tbl_sum.R:2:3', 'test-tibble.R:245:3', 'test-tidy_names.R:7:3', 'test-tidy_names.R:14:3', 'test-tidy_names.R:39:3', 'test-tidy_names.R:46:3', 'test-tidy_names.R:53:3', 'test-tidy_names.R:60:3', 'test-tidy_names.R:69:3', 'test-tidy_names.R:76:3', 'test-tribble.R:230:3', 'test-utils-msg-format.R:24:3', 'test-utils-tick.R:2:3', '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', 'test-subsetting.R:780:3' [ FAIL 0 | WARN 0 | SKIP 41 | PASS 918 ] Deleting unused snapshots: • vignette-digits/digits.md • vignette-extending/extending.md • vignette-formats/formats.md • vignette-invariants/invariants.md • vignette-numbers/numbers.md • vignette-types/types.md > > proc.time() user system elapsed 6.71 0.51 33.90