R Under development (unstable) (2024-07-18 r86905 ucrt) -- "Unsuffered Consequences" Copyright (C) 2024 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(openxlsx) > > test_check("openxlsx") [ FAIL 0 | WARN 0 | SKIP 7 | PASS 1189 ] ══ Skipped tests (7) ═══════════════════════════════════════════════════════════ • On CRAN (3): 'test-read_sources.R:11:3', 'test-read_sources.R:38:3', 'test-read_sources.R:55:3' • empty test (3): 'test-trying_to_break_openxlsx.R:7:1', 'test-worksheet_ordering.R:246:1', 'test-write_data_to_sheetData.R:189:1' • formula.tools cannot be loaded (1): 'test-writeData.R:47:3' [ FAIL 0 | WARN 0 | SKIP 7 | PASS 1189 ] > > proc.time() user system elapsed 29.48 10.43 40.36