Last updated on 2025-12-09 23:52:04 CET.
| Package | ERROR | NOTE | OK |
|---|---|---|---|
| dtlg | 3 | 3 | 7 |
Current CRAN status: ERROR: 3, NOTE: 3, OK: 7
Version: 0.0.2
Check: examples
Result: ERROR
Running examples in ‘dtlg-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: as_dtlg_table
> ### Title: Convert a TableTree to a dtlg table
> ### Aliases: as_dtlg_table
>
> ### ** Examples
>
> vars <- c('AGE', 'RACE', 'ETHNIC', 'BMRKR1')
> var_labels <- c("Age (yr)", "Race", "Ethnicity", "Continuous Level Biomarker 1")
>
> # Summary statistics table split by ARM with custom labels.
> (tt <- tern_summary_table(
+ adsl,
+ target = vars,
+ treat = 'ARM',
+ target_name = var_labels
+ ))
Error in match.arg(round_type) : 'arg' must be of length 1
Calls: tern_summary_table ... <Anonymous> -> format_rcell -> format_value -> match.arg
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.0.2
Check: examples
Result: ERROR
Running examples in ‘dtlg-Ex.R’ failed
The error most likely occurred in:
> ### Name: as_dtlg_table
> ### Title: Convert a TableTree to a dtlg table
> ### Aliases: as_dtlg_table
>
> ### ** Examples
>
> vars <- c('AGE', 'RACE', 'ETHNIC', 'BMRKR1')
> var_labels <- c("Age (yr)", "Race", "Ethnicity", "Continuous Level Biomarker 1")
>
> # Summary statistics table split by ARM with custom labels.
> (tt <- tern_summary_table(
+ adsl,
+ target = vars,
+ treat = 'ARM',
+ target_name = var_labels
+ ))
Error in match.arg(round_type) : 'arg' must be of length 1
Calls: tern_summary_table ... <Anonymous> -> format_rcell -> format_value -> match.arg
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 0.0.2
Check: package dependencies
Result: NOTE
Package suggested but not available for checking: ‘dtlg.data’
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64