R version 4.6.0 alpha (2026-04-05 r89793 ucrt) 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 CRAN (2): 'test-01-parallel.R:104:3', 'test-01-parallel.R:127:3' • On Windows (1): 'test-array.R:358: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: In for (i in seq_len(n)) { : closing unused connection 9 (<-CRANwin3.fb05.statistik.uni-dortmund.de:11555) 2: In for (i in seq_len(n)) { : closing unused connection 8 (<-CRANwin3.fb05.statistik.uni-dortmund.de:11555) 3: In for (i in seq_len(n)) { : closing unused connection 7 (<-CRANwin3.fb05.statistik.uni-dortmund.de:11555) 4: In for (i in seq_len(n)) { : closing unused connection 6 (<-CRANwin3.fb05.statistik.uni-dortmund.de:11555) > > proc.time() user system elapsed 23.85 7.84 76.57