Last updated on 2025-12-07 07:50:32 CET.
| Package | ERROR | NOTE | OK |
|---|---|---|---|
| sketch | 1 | 9 | 3 |
Current CRAN status: ERROR: 1, NOTE: 9, OK: 3
Version: 1.1.20.3
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Chun Fung Kwok <jkwok@svi.edu.au>’
The BugReports field in DESCRIPTION has
https://github.com/kcf-jackson/sketch
which should likely be
https://github.com/kcf-jackson/sketch/issues
instead.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 1.1.20.3
Check: DESCRIPTION meta-information
Result: NOTE
Missing dependency on R >= 4.1.0 because package code uses the pipe
|> or function shorthand \(...) syntax added in R 4.1.0.
File(s) using such syntax:
‘ext-annotate_expr.R’
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64
Version: 1.1.20.3
Check: package dependencies
Result: WARN
Cannot process vignettes
Packages suggested but not available for checking:
'covr', 'knitr', 'rmarkdown'
VignetteBuilder package required for checking but not installed: ‘knitr’
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.1.20.3
Check: examples
Result: ERROR
Running examples in ‘sketch-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: eng_sketch
> ### Title: A language engine for 'sketch'
> ### Aliases: eng_sketch
>
> ### ** Examples
>
> # The following line makes `sketch::eng_sketch` available to `knitr::knit_engines`.
> # It is usually used in the 'setup' code chunk of an R Markdown document
> knitr::knit_engines$set(sketch = sketch::eng_sketch)
Error in loadNamespace(x) : there is no package called ‘knitr’
Calls: loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.1.20.3
Check: package vignettes
Result: NOTE
Package has ‘vignettes’ subdirectory but apparently no vignettes.
Perhaps the ‘VignetteBuilder’ information is missing from the
DESCRIPTION file?
Flavor: r-devel-linux-x86_64-debian-gcc