R version 4.6.0 alpha (2026-04-03 r89785 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(munch) > > test_check("munch") [ FAIL 0 | WARN 0 | SKIP 3 | PASS 474 ] ══ Skipped tests (3) ═══════════════════════════════════════════════════════════ • On CRAN (3): 'test-patchwork-annotation.R:50:1', 'test-patchwork-annotation.R:57:1', 'test-visual-rendering.R:1:1' [ FAIL 0 | WARN 0 | SKIP 3 | PASS 474 ] Deleting unused snapshots: 'visual-rendering/ragg-element-chunks-showoff.png', 'visual-rendering/ragg-element-chunks-wrapping-lh1_1.png', 'visual-rendering/ragg-element-chunks-wrapping-lh1_35.png', 'visual-rendering/ragg-element-chunks-wrapping-lh2.png', 'visual-rendering/ragg-element-md-subtitle.png', 'visual-rendering/ragg-element-md-title.png', 'visual-rendering/ragg-element-md-wrapping.png', 'visual-rendering/ragg-geom-label-md-basic.png', and 'visual-rendering/ragg-geom-text-md-formatting.png' > > proc.time() user system elapsed 11.32 1.54 12.40