CRAN Package Check Results for Package emphatic

Last updated on 2025-12-05 16:49:43 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.8 3.05 63.75 66.80 NOTE
r-devel-linux-x86_64-debian-gcc 0.1.8 2.32 20.11 22.43 ERROR
r-devel-linux-x86_64-fedora-clang 0.1.8 103.84 NOTE
r-devel-linux-x86_64-fedora-gcc 0.1.8 118.60 NOTE
r-devel-windows-x86_64 0.1.8 5.00 83.00 88.00 NOTE
r-patched-linux-x86_64 0.1.8 3.17 58.75 61.92 NOTE
r-release-linux-x86_64 0.1.8 2.58 60.50 63.08 NOTE
r-release-macos-arm64 0.1.8 NOTE
r-release-macos-x86_64 0.1.8 3.00 68.00 71.00 NOTE
r-release-windows-x86_64 0.1.8 5.00 82.00 87.00 NOTE
r-oldrel-macos-arm64 0.1.8 OK
r-oldrel-macos-x86_64 0.1.8 3.00 75.00 78.00 OK
r-oldrel-windows-x86_64 0.1.8 7.00 95.00 102.00 OK

Check Details

Version: 0.1.8
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: ‘as.character.emphatic.Rd’ ‘as_emphatic.Rd’ ‘as_html.Rd’ ‘as_latex.Rd’ ‘as_svg.Rd’ ‘as_svg_anim.Rd’ ‘as_svg_group.Rd’ ‘as_typst.Rd’ ‘hl.Rd’ ‘hl_adjust.Rd’ ‘is_emphatic.Rd’ ‘knit_print.emphatic.Rd’ ‘print.emphatic.Rd’ ‘show_html.Rd’ ‘write_xlsx.Rd’ 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: 0.1.8
Check: package dependencies
Result: WARN Cannot process vignettes Packages suggested but not available for checking: 'knitr', 'rmarkdown', 'openxlsx' VignetteBuilder package required for checking but not installed: ‘knitr’ Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.1.8
Check: examples
Result: ERROR Running examples in ‘emphatic-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: knit_print.emphatic > ### Title: Automatically output emphatic objects to HTML knitted documents. > ### Aliases: knit_print.emphatic > > ### ** Examples > > mtcars |> + hl('red') |> + knit_print.emphatic() Error in knit_print.emphatic(hl(mtcars, "red")) : knit_print(): Can't knit because knitr' not installed. Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.1.8
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