R Under development (unstable) (2025-10-03 r88899 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 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(tinkr) > > test_check("tinkr") [ FAIL 0 | WARN 0 | SKIP 31 | PASS 189 ] ══ Skipped tests (31) ══════════════════════════════════════════════════════════ • On CRAN (30): 'test-anchor-links.R:20:3', 'test-anchor-links.R:26:3', 'test-asis-nodes.R:22:3', 'test-asis-nodes.R:80:3', 'test-asis-nodes.R:114:3', 'test-attr-nodes.R:4:3', 'test-attr-nodes.R:17:3', 'test-attr-nodes.R:24:3', 'test-class-yarn.R:24:3', 'test-class-yarn.R:91:3', 'test-class-yarn.R:108:3', 'test-class-yarn.R:150:3', 'test-class-yarn.R:343:3', 'test-class-yarn.R:356:3', 'test-class-yarn.R:372:3', 'test-show.R:9:3', 'test-show.R:20:3', 'test-show.R:38:3', 'test-show.R:66:3', 'test-show.R:93:3', 'test-show.R:108:3', 'test-to_md.R:74:3', 'test-to_md.R:113:3', 'test-to_md.R:140:3', 'test-to_md.R:173:3', 'test-to_md.R:212:3', 'test-to_md.R:244:3', 'test-to_md.R:259:3', 'test-to_md.R:276:3', 'test-to_md.R:293:3' • On Windows (1): 'test-class-yarn.R:329:3' [ FAIL 0 | WARN 0 | SKIP 31 | PASS 189 ] Deleting unused snapshots: • attr-nodes/yarn.Rmd • attr-nodes/yarn.md • class-yarn/example-chunk-not-json.md • class-yarn/example-json.md • class-yarn/example-toml.md • class-yarn/yarn-kilroy.md • class-yarn/yarn.Rmd • class-yarn/yarn.md • to_md/new-code-chunk.Rmd • to_md/table.md • to_md/to_md-works-for-Rmd.Rmd • to_md/to_md-works.md > > proc.time() user system elapsed 3.60 0.79 4.39