Package check result: ERROR Check: CRAN incoming feasibility, Result: NOTE Maintainer: ‘Gabriel Becker ’ New submission Package was archived on CRAN CRAN repository db overrides: X-CRAN-Comment: Archived on 2025-12-17 as issues were not corrected in time Check: examples, Result: ERROR Running examples in ‘CodeDepends-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: highlightCode > ### Title: Display R code with highlighting of variables, links to > ### functions and packages > ### Aliases: highlightCode > ### Keywords: programming > > ### ** Examples > > f = system.file("samples", "sitepairs.R", package = "CodeDepends") > ## url checking takes a while, too long for CRAN example > fout <- file.path(tempdir(), "foo.html") > highlightCode(f, fout, checkURLs=FALSE) Loading required namespace: highlight Failed with error: ‘there is no package called ‘highlight’’ Error in highlightCode(f, fout, checkURLs = FALSE) : Unable to highlight code without the highlight and/or RJSONIO package(s) Execution halted Check: tests, Result: ERROR Running ‘draw.R’ [1s/1s] Running ‘inputs.R’ [1s/1s] Running ‘thread.R’ [1s/1s] Running ‘varDeps.R’ [1s/1s] Running the tests in ‘tests/draw.R’ failed. Complete output: > library(CodeDepends) > library(Rgraphviz) Error in library(Rgraphviz) : there is no package called 'Rgraphviz' Execution halted