CRAN Package Check Results for Package tidytlg

Last updated on 2025-12-06 00:49:04 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.10.0 12.28 193.50 205.78 OK
r-devel-linux-x86_64-debian-gcc 0.10.0 7.97 69.34 77.31 ERROR
r-devel-linux-x86_64-fedora-clang 0.10.0 52.00 300.31 352.31 OK
r-devel-linux-x86_64-fedora-gcc 0.10.0 25.00 292.50 317.50 OK
r-devel-windows-x86_64 0.10.0 14.00 184.00 198.00 OK
r-patched-linux-x86_64 0.10.0 10.41 180.28 190.69 OK
r-release-linux-x86_64 0.10.0 10.83 183.00 193.83 OK
r-release-macos-arm64 0.10.0 OK
r-release-macos-x86_64 0.10.0 15.00 146.00 161.00 OK
r-release-windows-x86_64 0.10.0 14.00 181.00 195.00 OK
r-oldrel-macos-arm64 0.10.0 OK
r-oldrel-macos-x86_64 0.10.0 9.00 194.00 203.00 OK
r-oldrel-windows-x86_64 0.10.0 22.00 240.00 262.00 OK

Check Details

Version: 0.10.0
Check: package dependencies
Result: WARN Cannot process vignettes Packages suggested but not available for checking: 'knitr', 'rmarkdown', 'shiny', 'kableExtra', 'usethis' VignetteBuilder package required for checking but not installed: ‘knitr’ Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.10.0
Check: examples
Result: ERROR Running examples in ‘tidytlg-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: gentlg > ### Title: Output a tidytlg table > ### Aliases: gentlg > > ### ** Examples > > > final <- data.frame( + label = c( + "Overall", "Safety Analysis Set", + "Any Adverse event{\\super a}", "- Serious Adverse Event" + ), + Drug_A = c("", "40", "10 (25%)", "0"), + Drug_B = c("", "40", "10 (25%)", "0"), + anbr = c(1, 2, 3, 4), + roworder = c(1, 1, 1, 1), + boldme = c(1, 0, 0, 0), + newrows = c(0, 0, 1, 0), + indentme = c(0, 0, 0, 1), + newpage = c(0, 0, 0, 0) + ) > > # Produce output in rtf format > gentlg( + huxme = final, + wcol = c(0.70, 0.15, 0.15), + file = "TSFAEX", + title = "This is Amazing Demonstration 1", + footers = c( + "Note: For demonstrative purposes only", + "{\\super a} Subjects are counted once for any given event." + ) + ) Error in loadNamespace(x) : there is no package called ‘usethis’ Calls: gentlg ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

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