Package: fmristore Type: Package Title: Efficient Storage of fMRI Data Version: 0.1.0 Authors@R: person(given = "Bradley", family = "Buchsbaum", role = c("aut", "cre"), email = "brad.buchsbaum@gmail.com", comment = c(ORCID = "0000-0002-1108-4866")) Description: Provides efficient storage and retrieval of functional magnetic resonance imaging (fMRI) data using HDF5 format. The package offers S4 classes and methods for working with dense and sparse representations of 4D neuroimaging data, latent space decompositions, and spatially clustered voxel time series. It includes memory-efficient access patterns for large datasets and integrates with the neuroim2 package for standard neuroimaging data structures. License: GPL (>= 3) URL: https://github.com/bbuchsbaum/fmristore, https://bbuchsbaum.github.io/fmristore/ BugReports: https://github.com/bbuchsbaum/fmristore/issues Encoding: UTF-8 Language: en-US RoxygenNote: 7.3.3 Imports: assertthat, cli, fmrilatent, hdf5r, lifecycle, Matrix, methods, neuroim2, withr Suggests: albersdown, corrplot, ggplot2, knitr, rmarkdown, testthat (>= 3.0.0) VignetteBuilder: knitr Config/testthat/edition: 3 Collate: 'all_class.R' 'all_generic.R' 'assertions.R' 'cluster_array.R' 'cluster_experiment.R' 'constants.R' 'constructors.R' 'fmristore-package.R' 'globals.R' 'h5_utils.R' 'h5neurovec.R' 'h5neurovecseq.R' 'h5neurovol.R' 'io_h5_generic.R' 'io_h5_helpers.R' 'io_write_h5.R' 'labeled_vec.R' 'latent_vec.R' 'memory_utils.R' 'neurovecseq_h5.R' 'read_dataset_methods.R' 'write_cluster_result.R' 'write_dataset_methods.R' 'write_parcellated_scan_h5.R' 'zzz_example_helpers.R' Remotes: bbuchsbaum/neuroim2, bbuchsbaum/fmrilatent, bbuchsbaum/albersdown Config/Needs/website: albersdown Config/pak/sysreqs: make libhdf5-dev libicu-dev Repository: https://bbuchsbaum.r-universe.dev Date/Publication: 2026-03-29 15:11:58 UTC RemoteUrl: https://github.com/bbuchsbaum/fmristore RemoteRef: HEAD RemoteSha: 0b834048f20f6a9cfc3c0bc36fa171ca71558359 NeedsCompilation: no Packaged: 2026-07-09 00:24:42 UTC; root Author: Bradley Buchsbaum [aut, cre] (ORCID: ) Maintainer: Bradley Buchsbaum