R Under development (unstable) (2025-09-30 r88885 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(dominanceanalysis) > > test_check("dominanceanalysis") $fit.functions [1] "r2.m" "r2.cs" "r2.n" "r2.e" $fits $fits$r2.m xa xb xc 1 0.01136610 0.2491640 0.06240055 xa NA 0.2507302 0.06294690 xb 0.01293225 NA 0.10036592 xc 0.01191244 0.2871294 NA xa+xb NA NA 0.10232839 xa+xc NA 0.2901117 NA xb+xc 0.01489471 NA NA xa+xb+xc NA NA NA $fits$r2.cs xa xb xc 1 0.01563107 0.2920387 0.08285831 xa NA 0.2889850 0.08224657 xb 0.01257740 NA 0.09194564 xc 0.01501934 0.3011260 NA xa+xb NA NA 0.09195582 xa+xc NA 0.2986943 NA xb+xc 0.01258759 NA NA xa+xb+xc NA NA NA $fits$r2.n xa xb xc 1 0.02084279 0.3894104 0.1104850 xa NA 0.3853385 0.1096693 xb 0.01677096 NA 0.1226022 xc 0.02002709 0.4015276 NA xa+xb NA NA 0.1226158 xa+xc NA 0.3982851 NA xb+xc 0.01678455 NA NA xa+xb+xc NA NA NA $fits$r2.e xa xb xc 1 0.01571988 0.3278082 0.08543772 xa NA 0.3280826 0.08578435 xb 0.01599428 NA 0.12123867 xc 0.01606651 0.3636091 NA xa+xb NA NA 0.12265366 xa+xc NA 0.3649519 NA xb+xc 0.01740926 NA NA xa+xb+xc NA NA NA $base.fits r2.m r2.cs r2.n r2.e 1 0.00000000 0.00000000 0.00000000 0.00000000 xa 0.01136610 0.01563107 0.02084279 0.01571988 xb 0.24916402 0.29203869 0.38941037 0.32780816 xc 0.06240055 0.08285831 0.11048496 0.08543772 xa+xb 0.26209627 0.30461610 0.40618134 0.34380244 xa+xc 0.07431299 0.09787764 0.13051205 0.10150423 xb+xc 0.34952995 0.38398433 0.51201257 0.44904684 xa+xb+xc 0.36442466 0.39657192 0.52879711 0.46645610 $level [1] 0 1 1 1 2 2 2 3 attr(,"class") [1] "daRawResults" [ FAIL 0 | WARN 0 | SKIP 0 | PASS 209 ] > > proc.time() user system elapsed 25.04 1.62 26.73