R Under development (unstable) (2025-02-25 r87824 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(readxl) > > test_check("readxl") [ FAIL 0 | WARN 0 | SKIP 25 | PASS 323 ] ══ Skipped tests (25) ══════════════════════════════════════════════════════════ • On CRAN (25): 'test-coercion.R:3:3', 'test-coercion.R:31:3', 'test-coercion.R:61:3', 'test-col-names.R:63:3', 'test-col-types.R:2:3', 'test-col-types.R:12:3', 'test-col-types.R:21:3', 'test-col-types.R:89:3', 'test-col-types.R:111:3', 'test-col-types.R:155:3', 'test-col-types.R:166:3', 'test-dates.R:25:3', 'test-dates.R:40:3', 'test-problems.R:3:3', 'test-read-excel.R:22:3', 'test-read-excel.R:35:3', 'test-read-excel.R:42:3', 'test-read-excel.R:64:3', 'test-read-excel.R:89:3', 'test-read-excel.R:96:3', 'test-read-excel.R:105:3', 'test-sheets.R:2:3', 'test-sheets.R:13:3', 'test-sheets.R:24:3', 'test-sheets.R:43:3' [ FAIL 0 | WARN 0 | SKIP 25 | PASS 323 ] > > proc.time() user system elapsed 5.06 0.75 5.81