R version 4.6.0 alpha (2026-03-27 r89733 ucrt) 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(robscale) > > test_check("robscale") [ FAIL 0 | WARN 0 | SKIP 20 | PASS 5161 ] ══ Skipped tests (20) ══════════════════════════════════════════════════════════ • Diagnostic scalar helper not compiled (4): 'test-robloc-opt.R:34:3', 'test-robloc-opt.R:138:3', 'test-robloc-opt.R:152:3', 'test-robloc-opt.R:167:3' • TBB not compiled (1): 'test-robloc-opt.R:71:3' • empty test (3): 'test-bca-jackknife-remap.R:97:1', 'test-build-config.R:45:1', 'test-simd-dispatch.R:9:1' • rob_loc_noaitken_impl diagnostic not compiled (9): 'test-robloc-aitken.R:15:3', 'test-robloc-aitken.R:27:3', 'test-robloc-aitken.R:39:3', 'test-robloc-aitken.R:50:3', 'test-robloc-aitken.R:61:3', 'test-robloc-aitken.R:71:3', 'test-robloc-aitken.R:81:3', 'test-robloc-aitken.R:91:3', 'test-robloc-aitken.R:101:3' • rob_loc_scalar_impl diagnostic not compiled (2): 'test-robloc-opt.R:366:3', 'test-robloc-opt.R:388:3' • robscale.so not found (non-Linux or installed differently) (1): 'test-sort-threshold.R:112:3' [ FAIL 0 | WARN 0 | SKIP 20 | PASS 5161 ] > > proc.time() user system elapsed 47.17 9.92 52.28