R Under development (unstable) (2026-03-15 r89634 ucrt) -- "Unsuffered Consequences" Copyright (C) 2026 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(pizzarr) > > test_check("pizzarr") Saving _problems/test-array-345.R [ FAIL 1 | WARN 0 | SKIP 8 | PASS 1271 ] ══ Skipped tests (8) ═══════════════════════════════════════════════════════════ • On Windows (3): 'test-01-parallel.R:105:3', 'test-01-parallel.R:127:3', 'test-array.R:363: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 ════════════════════════════════════════════════════════════════ ── Error ('test-array.R:345:3'): [<- raises error ────────────────────────────── Error in `eval_bare(quo_get_expr(.quo), quo_get_env(.quo))`: attempt to apply non-function Backtrace: ▆ 1. └─testthat::expect_error(a$`[<-`(), "not yet supported") at test-array.R:345:3 2. └─testthat:::expect_condition_matching_(...) 3. └─testthat:::quasi_capture(...) 4. ├─testthat (local) .capture(...) 5. │ └─base::withCallingHandlers(...) 6. └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) [ FAIL 1 | WARN 0 | SKIP 8 | PASS 1271 ] 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 for (i in seq_len(n)) { : closing unused connection 7 (<-CRANwin3.fb05.statistik.uni-dortmund.de:11100) 4: In for (i in seq_len(n)) { : closing unused connection 6 (<-CRANwin3.fb05.statistik.uni-dortmund.de:11100) 5: In .Internal(gc(verbose, reset, full)) : closing unused connection 7 (<-CRANwin3.fb05.statistik.uni-dortmund.de:11100) 6: In .Internal(gc(verbose, reset, full)) : closing unused connection 6 (<-CRANwin3.fb05.statistik.uni-dortmund.de:11100) Execution halted