R Under development (unstable) (2025-05-02 r88186 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 27 | PASS 186 ] ══ Skipped tests (27) ══════════════════════════════════════════════════════════ • On CRAN (26): 'test-anchor-links.R:21:3', 'test-anchor-links.R:27:3', 'test-asis-nodes.R:22:3', 'test-asis-nodes.R:86:3', 'test-asis-nodes.R:120: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:94:3', 'test-class-yarn.R:111:3', 'test-class-yarn.R:154:3', 'test-class-yarn.R:314:3', 'test-class-yarn.R:328:3', 'test-class-yarn.R:342:3', 'test-show.R:10:3', 'test-show.R:23:3', 'test-show.R:43:3', 'test-show.R:72:3', 'test-show.R:97:3', 'test-show.R:113:3', 'test-to_md.R:65:3', 'test-to_md.R:105:3', 'test-to_md.R:132:3', 'test-to_md.R:166:3', 'test-to_md.R:208:3' • On Windows (1): 'test-class-yarn.R:298:3' [ FAIL 0 | WARN 0 | SKIP 27 | PASS 186 ] 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 5.70 1.06 6.75