R Under development (unstable) (2024-09-18 r87177 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 1257 ]

══ Skipped tests (7) ═══════════════════════════════════════════════════════════
• On CRAN (4): 'test-read_sources.R:11:3', 'test-read_sources.R:38:3',
  'test-read_sources.R:55:3', 'test-write-permissions.R:6: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'

[ FAIL 0 | WARN 0 | SKIP 7 | PASS 1257 ]
> 
> proc.time()
   user  system elapsed 
  30.79   11.06   42.29