R Under development (unstable) (2026-01-20 r89309 ucrt) -- "Unsuffered Consequences" Copyright (C) 2026 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(multivarious) Attaching package: 'multivarious' The following object is masked from 'package:testthat': pass The following objects are masked from 'package:stats': residuals, screeplot The following objects are masked from 'package:base': transform, truncate > > test_check("multivarious") block importance 2 2 0.028333333 3 3 0.015000000 1 1 0.006666667 4 4 0.001666667 block importance 3 3 0.7316667 4 4 0.4966667 1 1 0.4950000 2 2 0.4916667 [ FAIL 0 | WARN 0 | SKIP 0 | PASS 250 ] > > proc.time() user system elapsed 7.56 0.96 8.54