CRAN Package Check Results for Package headliner

Last updated on 2025-12-06 00:48:44 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.0.3 5.75 68.40 74.15 OK
r-devel-linux-x86_64-debian-gcc 0.0.3 4.04 34.72 38.76 ERROR
r-devel-linux-x86_64-fedora-clang 0.0.3 30.00 82.35 112.35 OK
r-devel-linux-x86_64-fedora-gcc 0.0.3 11.00 102.16 113.16 OK
r-devel-windows-x86_64 0.0.3 8.00 80.00 88.00 OK
r-patched-linux-x86_64 0.0.3 4.99 61.13 66.12 OK
r-release-linux-x86_64 0.0.3 4.82 60.19 65.01 OK
r-release-macos-arm64 0.0.3 OK
r-release-macos-x86_64 0.0.3 5.00 77.00 82.00 OK
r-release-windows-x86_64 0.0.3 8.00 79.00 87.00 OK
r-oldrel-macos-arm64 0.0.3 OK
r-oldrel-macos-x86_64 0.0.3 4.00 56.00 60.00 OK
r-oldrel-windows-x86_64 0.0.3 10.00 99.00 109.00 OK

Check Details

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