R Under development (unstable) (2026-02-10 r89394 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(fmridesign) Registered S3 method overwritten by 'fmridesign': method from print.sampling_frame fmrihrf Attaching package: 'fmridesign' The following objects are masked from 'package:stats': contrasts, convolve > > test_check("fmridesign") Attaching package: 'rlang' The following object is masked from 'package:assertthat': has_name Generated default list names for 1 terms with NULL term_tags (likely Ident). Generated default list names for 1 terms with NULL term_tags (likely Ident). Generated default list names for 1 terms with NULL term_tags (likely Ident). Generated default list names for 2 terms with NULL term_tags (likely Ident). [ FAIL 0 | WARN 11 | SKIP 2 | PASS 816 ] ══ Skipped tests (2) ═══════════════════════════════════════════════════════════ • AFNI export (to_glt) moved out of fmridesign (1): 'test_contrast.R:83:3' • On CRAN (1): 'test_event_model.R:437:1' [ FAIL 0 | WARN 11 | SKIP 2 | PASS 816 ] > > proc.time() user system elapsed 7.43 0.98 8.40