R Under development (unstable) (2025-10-13 r88918 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. > > > library(testthat) > library(GeometricMorphometricsMix) Loading required package: ape Loading required package: corpcor > > test_check("GeometricMorphometricsMix") Disparity resampling results =========================== Statistic: Multivariate variance Confidence level: 95% group average CI_min CI_max A 2.390269 1.616647 3.417910 B 2.880864 2.158045 3.522515 Confidence interval overlap assessment: All confidence intervals overlap. [ FAIL 0 | WARN 1 | SKIP 2 | PASS 205 ] ══ Skipped tests (2) ═══════════════════════════════════════════════════════════ • On CRAN (2): 'test-disparity_resample_integration.R:55:3', 'test-disparity_resample_integration.R:193:3' [ FAIL 0 | WARN 1 | SKIP 2 | PASS 205 ] > > proc.time() user system elapsed 30.70 1.46 32.28