R Under development (unstable) (2025-08-18 r88641 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(parsermd) > > test_check("parsermd") [ FAIL 0 | WARN 14 | SKIP 78 | PASS 7017 ] ══ Skipped tests (78) ══════════════════════════════════════════════════════════ • On CRAN (75): 'test-as_document.R:2:3', 'test-as_tibble.R:5:3', 'test-as_tibble.R:36:3', 'test-as_tibble.R:76:3', 'test-as_tibble.R:114:3', 'test-as_tibble.R:139:3', 'test-error-formatting.R:2:3', 'test-error-formatting.R:16:3', 'test-error-formatting.R:22:3', 'test-error-formatting.R:49:3', 'test-parse-chunk.R:283:3', 'test-parse-chunk.R:322:3', 'test-parse-chunk.R:363:3', 'test-parse-code_block.R:49:3', 'test-parse-code_block.R:71:3', 'test-parse-code_block_literal.R:222:3', 'test-parse-fenced_divs.R:56:3', 'test-parse-fenced_divs.R:93:3', 'test-parse-fenced_divs.R:137:3', 'test-parse-fenced_divs.R:515:3', 'test-parse-span.R:243:3', 'test-parse-yaml.R:47:3', 'test-parse-yaml.R:66:3', 'test-print_tree.R:2:3', 'test-print_tree.R:33:3', 'test-rmd_check_template.R:6:3', 'test-rmd_check_template.R:17:3', 'test-rmd_chunk_options.R:213:3', 'test-rmd_fenced_div_wrap.R:40:3', 'test-rmd_fenced_div_wrap.R:262:3', 'test-rmd_fenced_div_wrap.R:275:3', 'test-rmd_fenced_div_wrap.R:286:3', 'test-rmd_insert.R:190:3', 'test-rmd_insert.R:299:3', 'test-rmd_insert.R:319:3', 'test-rmd_insert.R:334:3', 'test-rmd_insert.R:340:3', 'test-rmd_insert.R:366:3', 'test-rmd_modify.R:174:3', 'test-rmd_modify.R:238:3', 'test-rmd_modify.R:251:3', 'test-rmd_modify.R:279:3', 'test-rmd_modify.R:298:3', 'test-rmd_node.R:309:3', 'test-rmd_node.R:333:3', 'test-rmd_node.R:355:3', 'test-rmd_node.R:433:3', 'test-rmd_node.R:502:3', 'test-rmd_node.R:509:3', 'test-rmd_node.R:554:3', 'test-rmd_s7_classes.R:17:3', 'test-rmd_s7_classes.R:33:3', 'test-rmd_s7_classes.R:46:3', 'test-rmd_s7_classes.R:76:3', 'test-rmd_s7_classes.R:112:3', 'test-rmd_s7_classes.R:139:3', 'test-rmd_s7_classes.R:188:3', 'test-rmd_s7_classes.R:270:3', 'test-rmd_s7_classes.R:348:3', 'test-rmd_s7_classes.R:389:3', 'test-rmd_s7_classes.R:424:3', 'test-rmd_s7_classes.R:467:3', 'test-rmd_s7_classes.R:559:3', 'test-rmd_select-by_fdiv.R:258:3', 'test-rmd_select-by_section.R:132:3', 'test-rmd_select-has_code.R:123:3', 'test-rmd_select-has_heading.R:225:3', 'test-rmd_select-has_inline_code.R:124:3', 'test-rmd_select-has_inline_code.R:289:3', 'test-rmd_select-has_label.R:102:3', 'test-rmd_select-has_shortcode.R:124:3', 'test-rmd_select-has_shortcode.R:425:3', 'test-rmd_select-has_type.R:89:3', 'test-rmd_select-has_type.R:292:3', 'test-rmd_source.R:80:3' • Skipping problematic file: examples/knitr-examples/065-rmd-chunk.Rmd (1): 'test-examples-knitr-round-trip.R:204:3' • Skipping problematic file: examples/quarto-cli/tests/docs/smoke-all/2023/03/17/4867.qmd (1): 'test-examples-quarto-cli-round-trip.R:5752:3' • Skipping problematic file: examples/quarto-cli/tests/docs/smoke-all/fenced-div-reader-fixes/test-1.qmd (1): 'test-examples-quarto-cli-round-trip.R:12769:3' [ FAIL 0 | WARN 14 | SKIP 78 | PASS 7017 ] > > proc.time() user system elapsed 71.06 18.23 90.15