R Under development (unstable) (2026-01-13 r89301 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(neuroim2) Loading required package: Matrix Attaching package: 'neuroim2' The following object is masked from 'package:base': scale > > test_check("neuroim2") [ FAIL 0 | WARN 0 | SKIP 44 | PASS 799 ] ══ Skipped tests (44) ══════════════════════════════════════════════════════════ • On CRAN (43): 'test-cgb.R:2:3', 'test-cgb.R:45:3', 'test-cgb.R:93:3', 'test-cgb.R:118:3', 'test-cgb.R:143:3', 'test-clusteredneurovol.R:5:3', 'test-clusteredneurovol.R:35:3', 'test-clusteredneurovol.R:50:3', 'test-clusteredneurovol.R:67:3', 'test-clusteredneurovol.R:86:3', 'test-clusteredneurovol.R:102:3', 'test-clusteredneurovol.R:116:3', 'test-downsample.R:5:3', 'test-downsample.R:23:3', 'test-downsample.R:43:3', 'test-downsample.R:59:3', 'test-downsample.R:86:3', 'test-downsample.R:208:3', 'test-downsample.R:225:3', 'test-downsample.R:244:3', 'test-downsample.R:259:3', 'test-downsample.R:286:3', 'test-filebacked.R:50:3', 'test-filebacked.R:116:3', 'test-imageproc.R:5:3', 'test-imageproc.R:19:3', 'test-neurovec.R:121:3', 'test-nifti-extensions.R:146:3', 'test-resample-to.R:2:3', 'test-resample.R:8:3', 'test-resample.R:22:3', 'test-searchlight.R:20:3', 'test-searchlight.R:40:3', 'test-simulate.R:18:3', 'test-simulate.R:52:3', 'test-spatfilter.R:6:3', 'test-spatfilter.R:21:3', 'test-spatfilter.R:33:3', 'test-vignette-neuro-vectors.R:4:3', 'test-vignette-pipelines.R:6:3', 'test-vignette-pipelines.R:27:3', 'test-vignette-pipelines.R:52:3', 'test-vignette-roi.R:6:3' • empty test (1): [ FAIL 0 | WARN 0 | SKIP 44 | PASS 799 ] > > proc.time() user system elapsed 100.39 2.59 103.03