Last updated on 2025-12-07 07:50:42 CET.
| Package | ERROR | WARN | NOTE | OK |
|---|---|---|---|---|
| headliner | 1 | 12 | ||
| shinyobjects | 1 | 5 | 7 | |
| simplecolors | 1 | 12 |
Current CRAN status: ERROR: 1, OK: 12
Version: 0.0.3
Check: package dependencies
Result: WARN
Cannot process vignettes
Packages suggested but not available for checking: 'knitr', 'rmarkdown'
VignetteBuilder package required for checking but not installed: ‘knitr’
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.0.3
Check: examples
Result: ERROR
Running examples in ‘headliner-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: add_headline_column
> ### Title: Add column of headlines
> ### Aliases: add_headline_column
>
> ### ** Examples
>
>
> # You can use 'add_headline_column()' to reference values in an existing data set.
> # Here is an example comparing the box office sales of different Pixar films
> head(pixar_films) |>
+ dplyr::select(film, bo_domestic, bo_intl) |>
+ add_headline_column(
+ x = bo_domestic,
+ y = bo_intl,
+ headline = "{film} was ${delta}M higher {trend} (${x}M vs ${y}M)",
+ trend_phrases = trend_terms(more = "domestically", less = "internationally")
+ ) |>
+ knitr::kable("pandoc")
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: 0.0.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
Current CRAN status: ERROR: 1, NOTE: 5, OK: 7
Version: 0.2.0
Check: package dependencies
Result: ERROR
Package required but not available: ‘knitr’
Packages suggested but not available for checking:
'rmarkdown', 'spelling', 'covr'
VignetteBuilder package required for checking but not installed: ‘knitr’
See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’
manual.
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.2.0
Check: dependencies in R code
Result: NOTE
Namespace in Imports field not imported from: ‘purrr’
All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 0.2.0
Check: LazyData
Result: NOTE
'LazyData' is specified without a 'data' directory
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64
Current CRAN status: WARN: 1, OK: 12
Version: 0.1.4
Check: package dependencies
Result: WARN
Cannot process vignettes
Packages suggested but not available for checking:
'knitr', 'rmarkdown', 'covr', 'devtools', 'spelling'
VignetteBuilder package required for checking but not installed: ‘knitr’
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.1.4
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