R Under development (unstable) (2026-02-14 r89420 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") levelName 1 test_proj 2 °--raw [ FAIL 0 | WARN 17 | SKIP 11 | PASS 380 ] ══ Skipped tests (11) ══════════════════════════════════════════════════════════ • 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:345:3', 'test_mock_bids.R:403:3', 'test_mock_bids.R:526:3', 'test_pack_bids.R:2:3', 'test_pack_bids.R:43:3', 'test_pack_bids.R:175: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:103:5' • phoneme_stripped dataset not found - tests will be skipped (1): 'test_search_files.R:9:3' [ FAIL 0 | WARN 17 | SKIP 11 | PASS 380 ] > > proc.time() user system elapsed 35.40 7.79 54.28