R Under development (unstable) (2025-08-24 r88696 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. > library(testthat) > library(vartest) Attaching package: 'vartest' The following objects are masked from 'package:stats': ansari.test, mood.test > > test_check("vartest") Adjusted Taha Test data: Sepal.Length and Species X-squared = 9.6837, df = 2, p-value = 0.007892 Bartlett's Test data: Sepal.Length and Species X-squared = 16.006, df = 2, p-value = 0.0003345 Ansari Bradley Test data: Sepal.Length and Species X-squared = 26.591, df = 2, p-value = 1.682e-06 Capon Test data: Sepal.Length and Species X-squared = 19.318, df = 2, p-value = 6.383e-05 David Barton Test data: Sepal.Length and Species X-squared = 26.591, df = 2, p-value = 1.682e-06 Duran Test data: Sepal.Length and Species X-squared = 85.814, df = 2, p-value < 2.2e-16 Adjusted Taha Test data: Sepal.Length and Species X-squared = 9.6837, df = 2, p-value = 0.007892 Fligner-Killeen Test data: Sepal.Length and Species X-squared = 11.618, df = 2, p-value = 0.003 Klotz Test data: Sepal.Length and Species X-squared = 18.334, df = 2, p-value = 0.0001044 Mood Test data: Sepal.Length and Species X-squared = 24.421, df = 2, p-value = 4.979e-06 Siegel Tukey Test data: Sepal.Length and Species X-squared = 31.843, df = 2, p-value = 1.217e-07 Taha Test data: Sepal.Length and Species X-squared = 85.814, df = 2, p-value < 2.2e-16 Talwar and Gentle Test data: Sepal.Length and Species X-squared = 9.6413, df = 2, p-value = 0.008062 Cochran's C Test data: Sepal.Length and Species F = 0.50859, num df = 49, denom df = 98, p-value = 0.003456 Modified Z Variance Test data: Sepal.Length and Species F = 8.2779, num df = 2, denom df = Inf, p-value = 0.0002541 Fisher's Test data: Sepal.Length and Species F = 3.2543, num df.virginica = 49, denom df.setosa = 49, p-value = 3.183e-05 G Test data: Sepal.Length and Species F.virginica = 0.50859, num df = 49, denom df = 98, p-value = 0.003456 Hartley's Maximum F-Ratio Test data: Sepal.Length and Species F-max = 3.2543, df = 49, p-value = 0.0004241 Levene's Test data: Sepal.Length and Species F = 7.3811, num df = 2, denom df = 147, p-value = 0.0008818 O'Brien Test data: Sepal.Length and Species F = 6.4537, num df = 2, denom df = 147, p-value = 0.002058 Z Variance Test data: Sepal.Length and Species F = 7.6225, num df = 2, denom df = Inf, p-value = 0.0004893 [ FAIL 0 | WARN 0 | SKIP 0 | PASS 126 ] > > > proc.time() user system elapsed 0.85 0.23 1.07