Last updated on 2026-05-01 23:49:38 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.1.1 | 9.02 | 106.04 | 115.06 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.1.1 | 6.81 | 71.01 | 77.82 | OK | |
| r-devel-linux-x86_64-fedora-clang | 1.1.1 | 17.00 | 158.82 | 175.82 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.1.1 | 16.00 | 166.75 | 182.75 | OK | |
| r-devel-windows-x86_64 | 1.1.1 | 14.00 | 126.00 | 140.00 | OK | |
| r-patched-linux-x86_64 | 1.1.1 | 8.40 | 94.20 | 102.60 | OK | |
| r-release-linux-x86_64 | 1.1.1 | 8.63 | 94.29 | 102.92 | OK | |
| r-release-macos-arm64 | 1.1.1 | 2.00 | 27.00 | 29.00 | OK | |
| r-release-macos-x86_64 | 1.1.1 | 7.00 | 114.00 | 121.00 | ERROR | |
| r-release-windows-x86_64 | 1.1.1 | 12.00 | 125.00 | 137.00 | OK | |
| r-oldrel-macos-arm64 | 1.1.1 | OK | ||||
| r-oldrel-macos-x86_64 | 1.1.1 | 6.00 | 85.00 | 91.00 | OK | |
| r-oldrel-windows-x86_64 | 1.1.1 | 17.00 | 146.00 | 163.00 | OK |
Version: 1.1.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [11s/18s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(edibble)
>
> test_check("edibble")
Failed with error: 'there is no package called 'openxlsx2''
Saving _problems/test-export-5.R
Failed with error: 'there is no package called 'openxlsx2''
Saving _problems/test-export-26.R
[ FAIL 2 | WARN 0 | SKIP 19 | PASS 100 ]
══ Skipped tests (19) ══════════════════════════════════════════════════════════
• On CRAN (14): 'test-design.R:1:1', 'test-edibble.R:1:1', 'test-menu.R:1:1',
'test-menu.R:9:1', 'test-menu.R:17:1', 'test-menu.R:27:1',
'test-menu.R:39:1', 'test-menu.R:51:1', 'test-menu.R:61:1',
'test-nest.R:1:1', 'test-rcrds.R:1:1', 'test-serve.R:1:1', 'test-trts.R:1:1',
'test-units.R:1:1'
• empty test (3): 'test-attrs.R:60:1', 'test-nest.R:61:1', 'test-utils.R:1:1'
• skip (2): 'test-rcrds.R:92:3', 'test-simulate.R:58:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-export.R:5:3'): export with no record ──────────────────────────
Error in `export_design(des, file = fn, overwrite = TRUE, author = "Emi Tanaka")`: Please install the `openxlsx2` package to use this function.
Backtrace:
▆
1. ├─base::suppressMessages(...) at test-export.R:5:3
2. │ └─base::withCallingHandlers(...)
3. └─edibble::export_design(des, file = fn, overwrite = TRUE, author = "Emi Tanaka")
4. └─rlang::abort("Please install the `openxlsx2` package to use this function.")
── Error ('test-export.R:26:3'): export with record ────────────────────────────
Error in `export_design(des, file = fn, overwrite = TRUE)`: Please install the `openxlsx2` package to use this function.
Backtrace:
▆
1. ├─base::suppressMessages(export_design(des, file = fn, overwrite = TRUE)) at test-export.R:26:3
2. │ └─base::withCallingHandlers(...)
3. └─edibble::export_design(des, file = fn, overwrite = TRUE)
4. └─rlang::abort("Please install the `openxlsx2` package to use this function.")
[ FAIL 2 | WARN 0 | SKIP 19 | PASS 100 ]
Error:
! Test failures.
Execution halted
Flavor: r-release-macos-x86_64