* using log directory 'd:/Rcompile/CRANpkg/local/4.7/rtables.Rcheck' * using R Under development (unstable) (2026-05-01 r89993 ucrt) * using platform: x86_64-w64-mingw32 * R was compiled by gcc.exe (GCC) 14.3.0 GNU Fortran (GCC) 14.3.0 * running under: Windows Server 2022 x64 (build 20348) * using session charset: UTF-8 * current time: 2026-05-03 18:03:15 UTC * checking for file 'rtables/DESCRIPTION' ... OK * this is package 'rtables' version '0.6.16' * package encoding: UTF-8 * checking package namespace information ... OK * checking package dependencies ... OK * checking if this is a source package ... OK * checking if there is a namespace ... OK * checking for hidden files and directories ... OK * checking for portable file names ... OK * checking whether package 'rtables' can be installed ... OK * checking installed package size ... INFO installed size is 8.9Mb sub-directories of 1Mb or more: R 1.5Mb doc 6.4Mb * checking package directory ... OK * checking 'build' directory ... OK * checking DESCRIPTION meta-information ... OK * checking top-level files ... OK * checking for left-over files ... OK * checking index information ... OK * checking package subdirectories ... OK * checking code files for non-ASCII characters ... OK * checking R files for syntax errors ... OK * checking whether the package can be loaded ... [1s] OK * checking whether the package can be loaded with stated dependencies ... [1s] OK * checking whether the package can be unloaded cleanly ... [1s] OK * checking whether the namespace can be loaded with stated dependencies ... [1s] OK * checking whether the namespace can be unloaded cleanly ... [1s] OK * checking loading without being on the library search path ... [1s] OK * checking whether startup messages can be suppressed ... [1s] OK * checking use of S3 registration ... OK * checking dependencies in R code ... OK * checking S3 generic/method consistency ... OK * checking replacement functions ... OK * checking foreign function calls ... OK * checking R code for possible problems ... [22s] OK * checking Rd files ... [3s] OK * checking Rd metadata ... OK * checking Rd cross-references ... OK * checking for missing documentation entries ... OK * checking for code/documentation mismatches ... OK * checking Rd \usage sections ... OK * checking Rd contents ... OK * checking for unstated dependencies in examples ... OK * checking installed files from 'inst/doc' ... OK * checking files in 'vignettes' ... OK * checking examples ... [19s] ERROR Running examples in 'rtables-Ex.R' failed The error most likely occurred in: > ### Name: in_rows > ### Title: Create multiple rows in analysis or summary functions > ### Aliases: in_rows > > ### ** Examples > > in_rows(1, 2, 3, .names = c("a", "b", "c")) RowsVerticalSection (in_rows) object print method: ---------------------------- row_name formatted_cell indent_mod row_label 1 a 1 0 a 2 b 2 0 b 3 c 3 0 c > in_rows(1, 2, 3, .labels = c("a", "b", "c")) RowsVerticalSection (in_rows) object print method: ---------------------------- row_name formatted_cell indent_mod row_label 1 a 1 0 a 2 b 2 0 b 3 c 3 0 c > in_rows(1, 2, 3, .names = c("a", "b", "c"), .labels = c("AAA", "BBB", "CCC")) RowsVerticalSection (in_rows) object print method: ---------------------------- row_name formatted_cell indent_mod row_label 1 a 1 0 AAA 2 b 2 0 BBB 3 c 3 0 CCC > in_rows( + .list = list(a = c(NA, NA)), + .formats = "xx - xx", + .format_na_strs = list(c("asda", "lkjklj")) + ) RowsVerticalSection (in_rows) object print method: ---------------------------- row_name formatted_cell indent_mod row_label 1 a asda - lkjklj 0 a > in_rows(.list = list(a = c(NA, NA)), .format_na_strs = c("asda", "lkjklj")) RowsVerticalSection (in_rows) object print method: ---------------------------- Error in h(simpleError(msg, call)) : error in evaluating the argument 'x' in selecting a method for function 'print': row names contain missing values Calls: ... as.data.frame -> as.data.frame.character -> as.data.frame.vector Execution halted * checking for unstated dependencies in 'tests' ... OK * checking tests ... [235s] OK Running 'testthat.R' [235s] * checking for unstated dependencies in vignettes ... OK * checking package vignettes ... OK * checking re-building of vignette outputs ... [217s] OK * checking PDF version of manual ... [29s] OK * checking HTML version of manual ... [40s] OK * DONE Status: 1 ERROR