R Under development (unstable) (2026-01-15 r89304 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) > library(openxlsx2) > > test_check("openxlsx2") [ FAIL 0 | WARN 0 | SKIP 79 | PASS 2036 ] ══ Skipped tests (79) ══════════════════════════════════════════════════════════ • On CRAN (15): 'test-conditional_formatting.R:1390:3', 'test-conditional_formatting.R:1420:3', 'test-date_time_conversion.R:66:3', 'test-pugi_cpp.R:203:3', 'test-read_sources.R:3:3', 'test-read_sources.R:29:3', 'test-read_sources.R:197:3', 'test-read_sources.R:312:3', 'test-read_sources.R:517:3', 'test-read_xlsb.R:3:3', 'test-read_xlsb.R:24:3', 'test-read_xlsb.R:68:3', 'test-read_xlsb.R:169:3', 'test-read_xlsb.R:182:3', 'test-write.R:944:3' • Skip on CRAN (64): 'test-class-comment.R:63:3', 'test-class-workbook-wrappers.R:288:3', 'test-class-workbook.R:377:3', 'test-class-workbook.R:873:3', 'test-cloneWorksheet.R:8:3', 'test-cloneWorksheet.R:22:3', 'test-cloneWorksheet.R:113:3', 'test-cloneWorksheet.R:260:3', 'test-conditional_formatting.R:290:3', 'test-conditional_formatting.R:450:3', 'test-formulas.R:3:3', 'test-loading_workbook.R:4:3', 'test-loading_workbook.R:20:3', 'test-loading_workbook.R:46:3', 'test-loading_workbook.R:64:3', 'test-loading_workbook.R:156:3', 'test-loading_workbook.R:193:3', 'test-loading_workbook.R:294:3', 'test-loading_workbook.R:316:3', 'test-loading_workbook.R:347:3', 'test-loading_workbook.R:407:3', 'test-loading_workbook.R:418:3', 'test-loading_workbook.R:622:3', 'test-loading_workbook.R:648:3', 'test-loading_workbook_tables.R:4:3', 'test-named_regions.R:64:3', 'test-named_regions.R:124:3', 'test-read_sources.R:46:3', 'test-read_sources.R:57:3', 'test-read_sources.R:74:3', 'test-read_sources.R:82:3', 'test-read_sources.R:92:3', 'test-read_sources.R:143:3', 'test-read_sources.R:214:3', 'test-read_sources.R:232:3', 'test-read_sources.R:252:3', 'test-read_sources.R:274:3', 'test-read_sources.R:290:3', 'test-read_sources.R:334:3', 'test-read_sources.R:365:3', 'test-read_sources.R:375:3', 'test-read_sources.R:392:3', 'test-read_sources.R:401:3', 'test-read_sources.R:426:3', 'test-read_sources.R:485:3', 'test-read_sources.R:496:3', 'test-read_sources.R:505:3', 'test-read_sources.R:511:3', 'test-read_xlsb.R:132:3', 'test-read_xlsb.R:154:3', 'test-read_xlsx_correct_sheet.R:3:3', 'test-remove_worksheets.R:71:3', 'test-save.R:469:3', 'test-styles_xml.R:3:3', 'test-styles_xml.R:39:3', 'test-styles_xml.R:67:3', 'test-styles_xml.R:94:3', 'test-styles_xml.R:119:3', 'test-styles_xml.R:145:3', 'test-utils.R:510:3', 'test-wb_functions.R:5:3', 'test-wb_functions.R:139:3', 'test-write.R:148:3', 'test-write.R:184:3' [ FAIL 0 | WARN 0 | SKIP 79 | PASS 2036 ] > > proc.time() user system elapsed 157.14 11.59 202.32