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 1 | SKIP 7 | PASS 936 ] ══ Skipped tests (7) ═══════════════════════════════════════════════════════════ • On CRAN (6): '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-nifti-extensions.R:146:3' • empty test (1): [ FAIL 0 | WARN 1 | SKIP 7 | PASS 936 ] > > proc.time() user system elapsed 216.89 5.40 222.29