R Under development (unstable) (2025-09-11 r88813 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 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/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(ordinalTables) Attaching package: 'ordinalTables' The following object is masked from 'package:base': kappa > > test_check("ordinalTables") 0.01692290578271780.004901311149685693.45273035436713 Warning: over 8200 tests. Takes a couple of minutes to run. 100 -1034.99728965673 2.87325718772989e-13 1.61837022462172e-27 -2.19685285860646e-16 200 -1034.99728965673 2.87325718772989e-13 1.61837022462172e-27 -2.19685285860646e-16 100 -149.012309151138 2.96905386545657 3.07236917550835 0.00790303078865798 200 -149.010817704918 2.96607097301722 3.06975109518432 0.00791311886943114 100 -151.925389639109 9.38545924233096 8.50087645325658 0.00261114290530215 200 -151.924808499935 9.3842969639844 8.5017681775288 0.00261497806966049 [ FAIL 0 | WARN 0 | SKIP 2 | PASS 11098 ] ══ Skipped tests (2) ═══════════════════════════════════════════════════════════ • On CRAN (2): 'test-Cliff_dependent.R:125:3', 'test-Cliff_independent.R:52:3' [ FAIL 0 | WARN 0 | SKIP 2 | PASS 11098 ] > > proc.time() user system elapsed 44.29 8.40 52.70