Package: downlit Check: tests New result: ERROR Running ‘testthat.R’ [9s/10s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(downlit) > > test_check("downlit") [ FAIL 1 | WARN 0 | SKIP 28 | PASS 120 ] ══ Skipped tests (28) ══════════════════════════════════════════════════════════ • On CRAN (24): 'test-article-index.R:30:3', 'test-downlit-html.R:6:3', 'test-downlit-html.R:24:3', 'test-downlit-html.R:31:3', 'test-downlit-md.R:8: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:140:3', 'test-link.R:179:3', 'test-link.R:189:3', 'test-metadata.R:3:3', 'test-topic-index.R:12:3', 'test-topic-index.R:22: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:50:3' • {tidyverse} is not installed (1): 'test-packages.R:55:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-link.R:216:3'): looks in attached packages ─────────────────── href_expr_(vignette("sha1")) (`actual`) not equal to "https://cran.rstudio.com/web/packages/digest/vignettes/sha1.html" (`expected`). `actual`: "https://eddelbuettel.github.io/digest/vignettes/sha1.html" `expected`: "https://cran.rstudio.com/web/packages/digest/vignettes/sha1.html" [ FAIL 1 | WARN 0 | SKIP 28 | PASS 120 ] Error: Test failures Execution halted