R Under development (unstable) (2026-03-13 r89618 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. > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/tests.html > # * https://testthat.r-lib.org/reference/test_package.html#special-files > > library(testthat) > library(crosstable) > > test_check("crosstable") Starting 2 test processes. [ FAIL 0 | WARN 0 | SKIP 44 | PASS 351 ] ══ Skipped tests (44) ══════════════════════════════════════════════════════════ • On CRAN (44): 'test-effects_snap.R:2:1', 'test-officer.R:1:1', 'test-by_numeric.R:116:1', 'test-by_numeric.R:126:1', 'test-cbind.R:1:1', 'test-compact.R:5:1', 'test-compact.R:20:1', 'test-compact.R:43:1', 'test-crosstable.R:137:1', 'test-by_factor.R:11:1', 'test-by_factor.R:26:1', 'test-by_factor.R:44:1', 'test-by_factor.R:63:1', 'test-by_factor.R:83:1', 'test-by_factor.R:119:1', 'test-by_factor.R:149:1', 'test-by_factor.R:201:1', 'test-by_factor.R:251:1', 'test-by_factor.R:270:1', 'test-by_factor.R:289:1', 'test-by_factor.R:334:1', 'test-format.R:4:1', 'test-format.R:65:1', 'test-labels.R:7:1', 'test-labels.R:40:1', 'test-labels.R:197:3', 'test-labels.R:212:1', 'test-methods.R:14:1', 'test-flextable.R:10:1', 'test-flextable.R:18:1', 'test-flextable.R:31:1', 'test-flextable.R:42:1', 'test-flextable.R:57:1', 'test-flextable.R:67:1', 'test-flextable.R:80:1', 'test-flextable.R:87:1', 'test-options.R:10:3', 'test-options.R:70:1', 'test-pivot.R:16:1', 'test-quick_surv.R:1:1', 'test-tests.R:85:3', 'test-tests.R:104:1', 'test-selection.R:243:1', 'test-selection.R:259:1' [ FAIL 0 | WARN 0 | SKIP 44 | PASS 351 ] > > proc.time() user system elapsed 3.50 0.53 30.39