R Under development (unstable) (2026-02-04 r89376 ucrt) -- "Unsuffered Consequences" Copyright (C) 2026 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. > library(testthat) > library(tidyCDISC) > library(shinyjs) Attaching package: 'shinyjs' The following objects are masked from 'package:methods': removeClass, show > > test_check("tidyCDISC") [ FAIL 0 | WARN 2 | SKIP 15 | PASS 100 ] ══ Skipped tests (15) ══════════════════════════════════════════════════════════ • empty test (15): 'test-mod_tableGen_fct_anova.R:3:1', 'test-mod_tableGen_fct_anova.R:7:1', 'test-mod_tableGen_fct_chg.R:5:1', 'test-mod_tableGen_fct_chg.R:9:1', 'test-tableGen_fct_mean.R:3:1', 'test-tableGen_fct_mean.R:7:1', 'test-tableGen_fct_mean.R:11:1', 'test-tableGen_fct_mean.R:15:1', 'test-tableGen_fct_methods.R:21:1', 'test-tableGen_fct_nested_freq.R:33:1', 'test-tableGen_fct_nested_freq.R:40:1', 'test-tableGen_fct_non_missing.R:27:1', 'test-tableGen_fct_non_missing.R:33:1', 'test-tableGen_fct_y_freq.R:28:1', 'test-tableGen_fct_y_freq.R:35:1' [ FAIL 0 | WARN 2 | SKIP 15 | PASS 100 ] > > proc.time() user system elapsed 10.73 0.76 11.54