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") [ FAIL 0 | WARN 0 | SKIP 8 | PASS 1272 ] ══ 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' [ FAIL 0 | WARN 0 | SKIP 8 | PASS 1272 ] 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:11175) 4: In for (i in seq_len(n)) { : closing unused connection 6 (<-CRANwin3.fb05.statistik.uni-dortmund.de:11175) 5: In .Internal(gc(verbose, reset, full)) : closing unused connection 7 (<-CRANwin3.fb05.statistik.uni-dortmund.de:11175) 6: In .Internal(gc(verbose, reset, full)) : closing unused connection 6 (<-CRANwin3.fb05.statistik.uni-dortmund.de:11175) > > proc.time() user system elapsed 15.45 4.95 60.26