R Under development (unstable) (2025-11-12 r89009 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(downlit) > > test_check("downlit") [ FAIL 0 | WARN 0 | SKIP 29 | PASS 119 ] ══ Skipped tests (29) ══════════════════════════════════════════════════════════ • On CRAN (23): 'test-article-index.R:30:3', 'test-downlit-html.R:12:1', 'test-downlit-html.R:28:1', 'test-downlit-md.R:8:3', 'test-evaluate.R:1:1', 'test-evaluate.R:5:1', 'test-evaluate.R:10:1', 'test-evaluate.R:20:1', 'test-evaluate.R:26:1', 'test-evaluate.R:33:1', 'test-evaluate.R:49:1', 'test-evaluate.R:74:1', 'test-highlight.R:7:3', 'test-highlight.R:54:1', 'test-highlight.R:80:1', 'test-highlight.R:126:1', 'test-highlight.R:137:1', 'test-link.R:161:3', 'test-link.R:203:3', 'test-link.R:216:3', 'test-metadata.R:3:3', 'test-topic-index.R:12:3', 'test-topic-index.R:22:3' • On Windows (2): 'test-downlit-html.R:4:3', 'test-highlight.R:46:3' • rmarkdown::pandoc_version() < "2.10" is not TRUE (1): 'test-downlit-md.R:32:3' • rmarkdown::pandoc_version() < "2.11" is not TRUE (1): 'test-downlit-md.R:44:3' • {ggraph} is not installed (1): 'test-packages.R:53:3' • {tidyverse} is not installed (1): 'test-packages.R:58:3' [ FAIL 0 | WARN 0 | SKIP 29 | PASS 119 ] > > proc.time() user system elapsed 4.78 0.79 8.43