CRAN Package Check Results for Maintainer ‘Konrad Pagacz <kpagacz at its.jnj.com>’

Last updated on 2025-12-07 07:50:34 CET.

Package ERROR OK
tidytlg 1 12

Package tidytlg

Current CRAN status: ERROR: 1, OK: 12

Version: 0.10.0
Check: package dependencies
Result: WARN Cannot process vignettes Packages suggested but not available for checking: 'knitr', 'rmarkdown', '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