R Under development (unstable) (2024-03-21 r86166 ucrt) -- "Unsuffered Consequences" Copyright (C) 2024 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > pkg_name <- "random.cdisc.data" > library(pkg_name, character.only = TRUE) > testthat::test_check(pkg_name) [ FAIL 0 | WARN 0 | SKIP 21 | PASS 85 ] ══ Skipped tests (21) ══════════════════════════════════════════════════════════ • On CRAN (21): 'test-row_values.R:9:3', 'test-row_values.R:19:3', 'test-row_values.R:29:3', 'test-row_values.R:39:3', 'test-row_values.R:49:3', 'test-row_values.R:59:3', 'test-row_values.R:69:3', 'test-row_values.R:79:3', 'test-row_values.R:89:3', 'test-row_values.R:99:3', 'test-row_values.R:107:3', 'test-row_values.R:117:3', 'test-row_values.R:127:3', 'test-row_values.R:137:3', 'test-row_values.R:147:3', 'test-row_values.R:157:3', 'test-row_values.R:167:3', 'test-row_values.R:177:3', 'test-row_values.R:187:3', 'test-row_values.R:197:3', 'test-row_values.R:207:3' [ FAIL 0 | WARN 0 | SKIP 21 | PASS 85 ] > > proc.time() user system elapsed 36.96 2.26 39.20