R Under development (unstable) (2025-09-03 r88788 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") $tau [1] 0.01692291 $sigma_tau [1] 0.004901311 $z_tau [1] 3.45273 [1] "running vision data - this may take a couple of minutes for unweighted comparison" [1] "running vision data - this may take a couple of minutes for unweighted comparison" [,1] [,2] [,3] [,4] [1,] 0.00002181 263.38037157 133.58381314 59.03598104 [2,] 236.61970557 0.00002181 418.98564506 88.39451507 [3,] 107.41619950 375.01409099 0.00002181 201.56948208 [4,] 42.96407312 71.60551562 182.43051998 0.00002181 [1] "Warning: over 8100 tests. Takes a couple of minutes to run." iter log(likelihood) G^2 X^2 criterion 0 -1034.997 -1.363354e-13 1.599789e-27 100 -1034.997 2.873257e-13 1.61837e-27 -2.196853e-16 200 -1034.997 2.873257e-13 1.61837e-27 -2.196853e-16 iter log(likelihood) G^2 X^2 criterion 0 -150.19 11.11193 5.737779 100 -149.0123 2.969054 3.072369 0.007903031 200 -149.0108 2.966071 3.069751 0.007913119 iter log(likelihood) G^2 X^2 criterion 0 -152.3221 -0.3924827 9.228238 100 -151.9254 9.385459 8.500876 0.002611143 200 -151.9248 9.384297 8.501768 0.002614978 [ FAIL 0 | WARN 0 | SKIP 0 | PASS 11111 ] > > proc.time() user system elapsed 93.29 16.10 113.43