R Under development (unstable) (2025-08-17 r88631 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 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(nat.templatebrains) Loading required package: nat Loading required package: rgl Some nat functions depend on a CMTK installation. See ?cmtk and README.md for details. Attaching package: 'nat' The following objects are masked from 'package:base': intersect, setdiff, union > test_check("nat.templatebrains") [ FAIL 0 | WARN 3 | SKIP 3 | PASS 64 ] ══ Skipped tests (3) ═══════════════════════════════════════════════════════════ • On CRAN (2): 'test-reg_repos.R:43:3', 'test-transformation.r:85:3' • skipping transformation tests since CMTK is not installed (1): 'test-transformation.r:184:3' [ FAIL 0 | WARN 3 | SKIP 3 | PASS 64 ] > > proc.time() user system elapsed 2.14 0.40 2.53