R Under development (unstable) (2026-07-04 r90207 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(bidser) Attaching package: 'bidser' The following object is masked from 'package:base': parse > > test_check("bidser") BIDS Project Summary Project Name: bidser_core_1272875843123 Participants (n): 2 Participants Source: file Tasks: rest Index: disabled Image Types: func, anat Modalities: (none) Keys: folder, kind, relative_path, run, subid, suffix, task, type adding: bidser_pk_127281/dataset_description.json (stored 0%) adding: bidser_pk_127281/participants.tsv (stored 0%) adding: bidser_pk_127281/sub-01/anat/sub-01_T1w.nii.gz (stored 0%) adding: bidser_pk_127281/sub-01/func/sub-01_task-rest_run-01_bold.json (stored 0%) adding: bidser_pk_127281/sub-01/func/sub-01_task-rest_run-01_bold.nii.gz (stored 0%) adding: bidser_pk_127281/sub-01/func/sub-01_task-rest_run-01_events.tsv (stored 0%) adding: bidser_pk_127281/dataset_description.json (stored 0%) adding: bidser_pk_127281/participants.tsv (stored 0%) adding: bidser_pk_127281/sub-01/anat/sub-01_T1w.nii.gz (stored 0%) adding: bidser_pk_127281/sub-01/func/sub-01_task-rest_run-01_bold.json (stored 0%) adding: bidser_pk_127281/sub-01/func/sub-01_task-rest_run-01_bold.nii.gz (stored 0%) adding: bidser_pk_127281/sub-01/func/sub-01_task-rest_run-01_events.tsv (stored 0%) Mock BIDS Project Summary Project Name: MethodTest Participants (n): 2 Tasks: taskA Sessions: pre Derivatives: derivatives/mockprep Datatypes: anat, func Suffixes: nii.gz, tsv BIDS Keys: (none) Path: mock://MethodTest levelName 1 test_proj 2 °--raw BIDS Report Project: bidser_report_1272847ec3e7a Participants source: file Subjects: 1 Sessions: 0 Tasks: rest Total runs: 1 Compliance: passed Index: available Indexed runs: 1 [ FAIL 0 | WARN 27 | SKIP 12 | PASS 1729 ] ══ Skipped tests (12) ══════════════════════════════════════════════════════════ • Dataset ds007 does not have sessions - this is expected for some datasets (1): 'test_sessions.R:22:7' • On CRAN (6): 'test_mock_bids.R:407:3', 'test_mock_bids.R:465:3', 'test_mock_bids.R:588:3', 'test_pack_bids.R:2:3', 'test_pack_bids.R:43:3', 'test_pack_bids.R:216:3' • Phoneme dataset with fmriprep derivatives not available (2): 'test_preproc_mask.R:14:3', 'test_preproc_mask.R:22:3' • Test requires internet connection or derivatives dataset: argument is of length zero (1): 'test_bids_subject.R:101:5' • Test requires internet connection or derivatives dataset: read_confounds() found matching confound files, but none contained usable confounds for the requested variables. Selection: subid="01", task=".*", session=".*", run=".*". (1): 'test_bids_subject.R:71:5' • phoneme_stripped dataset not found - tests will be skipped (1): 'test_search_files.R:9:3' [ FAIL 0 | WARN 27 | SKIP 12 | PASS 1729 ] > > proc.time() user system elapsed 95.67 21.85 121.11