CRAN Package Check Results for Package tablexlsx

Last updated on 2026-06-08 02:51:29 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.1.0 3.66 46.38 50.04 OK
r-devel-linux-x86_64-debian-gcc 1.1.0 3.06 34.92 37.98 ERROR
r-devel-linux-x86_64-fedora-clang 1.1.0 77.17 OK
r-devel-linux-x86_64-fedora-gcc 1.1.0 89.20 OK
r-devel-windows-x86_64 1.1.0 5.00 66.00 71.00 OK
r-patched-linux-x86_64 1.1.0 3.88 39.95 43.83 OK
r-release-linux-x86_64 1.1.0 3.48 40.03 43.51 OK
r-release-macos-arm64 1.1.0 1.00 18.00 19.00 OK
r-release-macos-x86_64 1.1.0 3.00 59.00 62.00 OK
r-release-windows-x86_64 1.1.0 7.00 62.00 69.00 OK
r-oldrel-macos-arm64 1.1.0 OK
r-oldrel-macos-x86_64 1.1.0 3.00 50.00 53.00 OK
r-oldrel-windows-x86_64 1.1.0 8.00 73.00 81.00 OK

Check Details

Version: 1.1.0
Check: tests
Result: ERROR Running ‘testthat.R’ [3s/3s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(tablexlsx) > > test_check("tablexlsx") v Your Excel file 'Export.xlsx' is available in the folder '/tmp/Rtmp1bChjl' Saving _problems/test-toxlsx-5.R v Your Excel file 'Export.xlsx' is available in the folder '/tmp/Rtmp1bChjl' v Your Excel file 'Export.xlsx' is available in the folder '/tmp/Rtmp1bChjl' v Your Excel file 'Export.xlsx' is available in the folder '/tmp/Rtmp1bChjl' v Your Excel file 'Results.xlsx' is available in the folder '/tmp/Rtmp1bChjl' [ FAIL 1 | WARN 1 | SKIP 0 | PASS 66 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-toxlsx.R:3:3'): toxlsx works correctly with a simple data frame ── Error in `file(con, "r")`: invalid 'description' argument Backtrace: ▆ 1. ├─openxlsx::read.xlsx(...) at test-toxlsx.R:3:3 2. └─openxlsx:::read.xlsx.default(...) 3. ├─base::unlist(readUTF8(workbook)) 4. └─openxlsx:::readUTF8(workbook) 5. └─base::readLines(x, warn = FALSE, encoding = "UTF-8") 6. └─base::file(con, "r") [ FAIL 1 | WARN 1 | SKIP 0 | PASS 66 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-debian-gcc