R version 4.6.0 beta (2026-04-15 r89885 ucrt) -- "Because it was There" 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 69 | PASS 1985 ] ══ Skipped tests (69) ══════════════════════════════════════════════════════════ • On CRAN (68): '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:87:3', 'test-clusteredneurovol.R:103:3', 'test-clusteredneurovol.R:117:3', 'test-downsample.R:5:3', 'test-downsample.R:23:3', 'test-downsample.R:63:3', 'test-downsample.R:79:3', 'test-downsample.R:106:3', 'test-downsample.R:228:3', 'test-downsample.R:245:3', 'test-downsample.R:284:3', 'test-downsample.R:299:3', 'test-downsample.R:326:3', 'test-filebacked.R:49:3', 'test-filebacked.R:115:3', 'test-imageproc.R:5:3', 'test-imageproc.R:19:3', 'test-neurovec.R:121:3', 'test-nifti-extensions.R:146:3', 'test-nifti-roundtrip.R:62:3', 'test-nifti-roundtrip.R:76:3', 'test-oblique-regression.R:6:3', 'test-oblique-regression.R:22:3', 'test-oblique-regression.R:35:3', 'test-oblique-regression.R:45:3', 'test-oblique-regression.R:60:3', 'test-performance-guardrails.R:40:3', 'test-performance-guardrails.R:72:3', 'test-plot-snapshots.R:6:1', 'test-plot-snapshots.R:16:1', 'test-plot-snapshots.R:25:1', 'test-plot-snapshots.R:34:1', 'test-plot-snapshots.R:44:1', 'test-plot-snapshots.R:54:1', 'test-plot-snapshots.R:65:1', 'test-resample-to.R:2:3', 'test-resample.R:8:3', 'test-resample.R:22:3', 'test-searchlight-coverage.R:22:3', 'test-searchlight-coverage.R:30:3', 'test-searchlight-coverage.R:56:3', 'test-searchlight-coverage.R:74:3', 'test-searchlight-coverage.R:162:3', 'test-searchlight-coverage.R:170:3', 'test-searchlight-coverage.R:177:3', 'test-searchlight-parallel.R:12:3', 'test-searchlight-parallel.R:25: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 69 | PASS 1985 ] > > proc.time() user system elapsed 172.54 7.23 180.14