R Under development (unstable) (2024-05-27 r86634 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(downlit) > > test_check("downlit") [ FAIL 0 | WARN 0 | SKIP 29 | PASS 120 ] ══ Skipped tests (29) ══════════════════════════════════════════════════════════ • On CRAN (23): 'test-article-index.R:29:3', 'test-downlit-html.R:22:3', 'test-downlit-html.R:28:3', 'test-downlit-md.R:7:3', 'test-evaluate.R:2:3', 'test-evaluate.R:6:3', 'test-evaluate.R:11:3', 'test-evaluate.R:21:3', 'test-evaluate.R:28:3', 'test-evaluate.R:34:3', 'test-evaluate.R:56:3', 'test-evaluate.R:64:3', 'test-highlight.R:7:3', 'test-highlight.R:52:3', 'test-highlight.R:78:3', 'test-highlight.R:122:3', 'test-highlight.R:134:3', 'test-link.R:139:3', 'test-link.R:178:3', 'test-link.R:188: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:3:3', 'test-highlight.R:46:3' • ggraph cannot be loaded (1): 'test-packages.R:50:3' • rmarkdown::pandoc_version() < "2.10" is not TRUE (1): 'test-downlit-md.R:30:3' • rmarkdown::pandoc_version() < "2.11" is not TRUE (1): 'test-downlit-md.R:41:3' • tidyverse cannot be loaded (1): 'test-packages.R:55:3' [ FAIL 0 | WARN 0 | SKIP 29 | PASS 120 ] > > proc.time() user system elapsed 4.60 0.54 9.98