R Under development (unstable) (2024-02-02 r85855 ucrt) -- "Unsuffered Consequences" Copyright (C) 2024 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(md4r) > > test_check("md4r") [ FAIL 0 | WARN 0 | SKIP 42 | PASS 2937 ] ══ Skipped tests (42) ══════════════════════════════════════════════════════════ • Disabled test(s) (4): 'test-to_html-gfm.R:52:11', 'test-to_html-gfm.R:52:11', 'test-to_md-gfm.R:33:11', 'test-to_md-gfm.R:33:11' • coverage #10 - Weird utf issue with spaces (1): 'test-to_html-md4c.R:63:13' • coverage #8 - Weird utf issue with spaces (1): 'test-to_html-md4c.R:63:13' • coverage #9 - Weird utf issue with spaces (1): 'test-to_html-md4c.R:63:13' • gfm #203 - md4c bug - should not be a table (1): 'test-to_html-gfm.R:57:11' • gfm #235 - Ambiguous list to code block case #235 (1): 'test-to_md-gfm.R:38:11' • gfm #293 - Ambiguous list to code block case #293 (1): 'test-to_md-gfm.R:38:11' • gfm #345 - Minor spacing difference with code span (1): 'test-to_html-gfm.R:57:11' • gfm #347 - Minor spacing difference with code span (1): 'test-to_html-gfm.R:57:11' • gfm #398 - Nested strong tags not being simplified (1): 'test-to_html-gfm.R:57:11' • gfm #426 - Preference given to md4c test (1): 'test-to_html-gfm.R:57:11' • gfm #434 - Nested strong tags not being simplified (1): 'test-to_html-gfm.R:57:11' • gfm #435 - Nested strong tags not being simplified (1): 'test-to_html-gfm.R:57:11' • gfm #436 - Nested strong tags not being simplified (1): 'test-to_html-gfm.R:57:11' • gfm #473 - Preference given to md4c test (1): 'test-to_html-gfm.R:57:11' • gfm #474 - Preference given to md4c test (1): 'test-to_html-gfm.R:57:11' • gfm #475 - Preference given to md4c test (1): 'test-to_html-gfm.R:57:11' • gfm #477 - Preference given to md4c test (1): 'test-to_html-gfm.R:57:11' • gfm #528 - Ambiguous normal text escaping #528 (1): 'test-to_md-gfm.R:38:11' • gfm #616 - Seems like a md4c bug - should not be an autolink (1): 'test-to_html-gfm.R:57:11' • gfm #619 - Seems like a md4c bug - should not be an autolink (1): 'test-to_html-gfm.R:57:11' • gfm #620 - Seems like a md4c bug - should not be an autolink (1): 'test-to_html-gfm.R:57:11' • gfm #623 - Ambiguous normal text escaping #623 (1): 'test-to_md-gfm.R:38:11' • gfm #624 - Ambiguous normal text escaping #624 (1): 'test-to_md-gfm.R:38:11' • gfm #625 - Seems like a md4c bug - doesn't treat the trailing '+ok' as part of the url (1): 'test-to_html-gfm.R:57:11' • gfm #626 - Seems like a md4c bug - doesn't find the 2nd url (1): 'test-to_html-gfm.R:57:11' • gfm #627 - Seems like a md4c bug - doesn't find the url (1): 'test-to_html-gfm.R:57:11' • gfm #631 - Ambiguous normal text escaping #631 (1): 'test-to_md-gfm.R:38:11' • gfm #652 - Not sure what to do about tag filtering atm - FIXME (1): 'test-to_html-gfm.R:57:11' • gfm #660 - Minor spacing difference with code span (1): 'test-to_html-gfm.R:57:11' • regressions #5 - New line vs space issue (1): 'test-to_html-md4c.R:63:13' • regressions #51 - Ambiguous punct escaping #51 (1): 'test-to_md-md4c.R:47:13' • spec #257 - Ambiguous list to code block case #257 (1): 'test-to_md-md4c.R:47:13' • spec #313 - Ambiguous list to code block case #313 (1): 'test-to_md-md4c.R:47:13' • spec #335 - Slight spacing discrepancy in the span output (1): 'test-to_html-md4c.R:63:13' • spec #337 - Slight spacing discrepancy in the span output (1): 'test-to_html-md4c.R:63:13' • spec #520 - Ambiguous punct escaping #520 (1): 'test-to_md-md4c.R:47:13' • spec #640 - Slight spacing discrepancy in the span output (1): 'test-to_html-md4c.R:63:13' • spec-permissive-autolinks #5 - Ambiguous punct escaping #5 (1): 'test-to_md-md4c.R:47:13' [ FAIL 0 | WARN 0 | SKIP 42 | PASS 2937 ] > > proc.time() user system elapsed 30.54 3.00 33.48