R Under development (unstable) (2024-01-14 r85805 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(parsermd) > > test_check("parsermd") [ FAIL 0 | WARN 0 | SKIP 14 | PASS 177 ] ══ Skipped tests (14) ══════════════════════════════════════════════════════════ • On CRAN (13): '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:140:3', 'test-parse-chunk.R:279:3', 'test-parse-options.R:25:3', 'test-parse-yaml.R:51:3', 'test-print_tree.R:2:3', 'test-rmd_check_template.R:6:3', 'test-rmd_check_template.R:17:3', 'test-rmd_source.R:79:3' • empty test (1): 'test-parse_rmd.R:47:1' [ FAIL 0 | WARN 0 | SKIP 14 | PASS 177 ] > > proc.time() user system elapsed 2.42 0.31 2.71