Package: fmridataset Type: Package Title: Unified Container for fMRI Datasets Version: 0.8.9 Authors@R: person("Bradley", "Buchsbaum", email = "bbuchsbaum@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-5800-9890")) Description: Provides a unified S3 class 'fmri_dataset' for representing functional magnetic resonance imaging (fMRI) data from various sources including raw NIfTI files, BIDS projects, pre-loaded NeuroVec objects, and in-memory matrices. Features lazy loading, flexible data access patterns, and integration with neuroimaging analysis workflows. License: GPL (>= 3) Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Depends: R (>= 4.3.0) Imports: assertthat, cachem, deflist, delarr, fmrihrf, fs, lifecycle, memoise, Matrix, methods, neuroim2, purrr, tibble, utils Suggests: albersdown, arrow, bench, bidser, blosc, crayon, DelayedArray, DelayedMatrixStats, devtools, dplyr, fmrilatent, fmristore, foreach, ggplot2, hdf5r, iterators, jsonlite, knitr, microbenchmark, mockery, pryr, rmarkdown, testthat (>= 3.0.0), withr, yaml, zarr VignetteBuilder: knitr Remotes: bbuchsbaum/delarr, bbuchsbaum/albersdown Additional_repositories: https://bbuchsbaum.r-universe.dev URL: https://github.com/bbuchsbaum/fmridataset, https://bbuchsbaum.github.io/fmridataset/ BugReports: https://github.com/bbuchsbaum/fmridataset/issues Config/Needs/website: albersdown Config/pak/sysreqs: cmake make libicu-dev libuv1-dev Repository: https://bbuchsbaum.r-universe.dev Date/Publication: 2026-06-19 12:42:16 UTC RemoteUrl: https://github.com/bbuchsbaum/fmridataset RemoteRef: HEAD RemoteSha: 0d3a0a595e77a5d796691d3b5216a05ab0b8e3d2 NeedsCompilation: no Packaged: 2026-07-09 00:23:00 UTC; root Author: Bradley Buchsbaum [aut, cre] (ORCID: ) Maintainer: Bradley Buchsbaum