Last updated on 2026-03-24 16:53:29 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-fedora-gcc | 0.1.0 | 54.00 | 144.10 | 198.10 | ERROR | |
| r-devel-macos-arm64 | 0.1.0 | 6.00 | 47.00 | 53.00 | OK | |
| r-release-macos-x86_64 | 0.1.0 | 19.00 | 99.00 | 118.00 | OK | |
| r-oldrel-macos-x86_64 | 0.1.0 | 19.00 | 101.00 | 120.00 | OK |
Version: 0.1.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [47s/83s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(pizzarr)
>
> test_check("pizzarr")
Saving _problems/test-01-parallel-130.R
[ FAIL 1 | WARN 0 | SKIP 7 | PASS 1272 ]
══ Skipped tests (7) ═══════════════════════════════════════════════════════════
• On Linux (2): 'test-array.R:366:3', 'test-array.R:373:3'
• {qs} is not installed (5): 'test-compat.R:7:5', 'test-compat.R:18:5',
'test-compat.R:29:5', 'test-compression.R:4:5', 'test-compression.R:71:5'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-01-parallel.R:130:3'): can run set_item() in parallel ────────
Expected `bench_df$total_time[[1]] > bench_df$total_time[[2]]` to equal TRUE.
Differences:
`actual`: FALSE
`expected`: TRUE
[ FAIL 1 | WARN 0 | SKIP 7 | PASS 1272 ]
Error:
! Test failures.
Warning messages:
1: `setup()` was deprecated in the 3rd edition.
ℹ Please use test fixtures instead see vignette('test-fixtures') for details
2: `teardown()` was deprecated in the 3rd edition.
ℹ Please use test fixtures instead see vignette('test-fixtures') for details
3: In .Internal(gc(verbose, reset, full)) :
closing unused connection 9 (<-localhost.localdomain:11054)
4: In .Internal(gc(verbose, reset, full)) :
closing unused connection 8 (<-localhost.localdomain:11054)
5: In .Internal(gc(verbose, reset, full)) :
closing unused connection 7 (<-localhost.localdomain:11054)
6: In .Internal(gc(verbose, reset, full)) :
closing unused connection 6 (<-localhost.localdomain:11054)
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc