Package: bidsr Title: A Brain Imaging Data Structure ('BIDS') Parser Version: 0.1.1 URL: https://dipterix.org/bidsr/, https://github.com/dipterix/bidsr/ BugReports: https://github.com/dipterix/bidsr/issues Authors@R: c( person("Zhengjia", "Wang", email = "dipterix.wang@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-5629-1116")), person("Trustees of the University of Pennsylvania", role = c("cph"), comment = "All files in this package unless explicitly stated in the file or listed in the 'Copyright' section below.") ) Description: Parse and read the files that comply with the brain imaging data structure, or 'BIDS' format, see the publication from Gorgolewski, K., Auer, T., Calhoun, V. et al. (2016) . Provides query functions to extract and check the 'BIDS' entity information (such as subject, session, task, etc.) from the file paths and suffixes according to the specification. The package is developed and used in the reproducible analysis and visualization of intracranial electroencephalography, or 'RAVE', see Magnotti, J. F., Wang, Z., and Beauchamp, M. S. (2020) ; see 'citation("bidsr")' for details and attributions. Copyright: This software includes material (schema files from directory 'inst/bids-schema') from the 'BIDS' specification, which is licensed under a Creative Commons Attribution 4.0 International License; see a copy of the license under 'inst/bids-schema/LICENSE.txt', and website for details. License: MIT + file LICENSE Encoding: UTF-8 Language: en-US Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 Imports: checkmate, data.table, fastmap, fs, jsonlite, nanotime, S7 (>= 0.2.0), utils, uuid Suggests: knitr, rmarkdown, testthat (>= 3.0.0) VignetteBuilder: knitr Config/testthat/edition: 3 Config/pak/sysreqs: cmake make libuv1-dev Repository: https://dipterix.r-universe.dev Date/Publication: 2025-07-22 17:37:14 UTC RemoteUrl: https://github.com/dipterix/bidsr RemoteRef: HEAD RemoteSha: ef6099666aa7801158873e2fc50cba09bfe6b163 NeedsCompilation: no Packaged: 2026-06-06 07:42:13 UTC; root Author: Zhengjia Wang [aut, cre] (ORCID: ), Trustees of the University of Pennsylvania [cph] (All files in this package unless explicitly stated in the file or listed in the 'Copyright' section below.) Maintainer: Zhengjia Wang