Package: neuroim2
Type: Package
Title: Data Structures for Brain Imaging Data
Version: 0.8.5
LinkingTo: Rcpp, RcppArmadillo, RcppParallel
Author: Bradley R Buchsbaum [aut, cre, cph]
Authors@R: c(
    person(c("Bradley", "R"), "Buchsbaum", role = c("aut", "cre", "cph"), email = "brad.buchsbaum@gmail.com"))
Maintainer: Bradley R Buchsbaum <brad.buchsbaum@gmail.com>
Description: A collection of data structures and methods for handling volumetric
    brain imaging data, with a focus on functional magnetic resonance imaging (fMRI). Provides efficient
    representations for three-dimensional and four-dimensional neuroimaging data through sparse and dense array
    implementations, memory-mapped file access for large datasets, and
    spatial transformation capabilities. Implements methods for image resampling,
    spatial filtering, region of interest analysis, and connected component labeling. General introduction 
    to fMRI analysis can be found in Poldrack et al. (2024, "Handbook of functional MRI data analysis",
    <ISBN:9781108795760>). 
License: MIT + file LICENSE
Encoding: UTF-8
VignetteBuilder: knitr, rmarkdown
Depends: R (>= 4.3.0), Matrix
Collate: 'RcppExports.R' 'all_generic.R' 'all_class.R'
        'SparseNeuroVec-validity.R' 'afni_io.R' 'array_like.R' 'axis.R'
        'big_neurovec.R' 'binary_io.R' 'cgb.R' 'cgb_nuisance.R'
        'clustered_neurovec.R' 'clustervol.R' 'common.R' 'conncomp.R'
        'downsample.R' 'file_format.R' 'filebacked_neurovec.R'
        'globals.R' 'index_vol.R' 'mapped_neurovec.R' 'meta_info.R'
        'meta_info_api.R' 'neuro_obj.R' 'neurohypervec.R' 'neuroim.R'
        'neuroslice.R' 'neurospace.R' 'neurovec.R' 'neurovecseq.R'
        'neurovol.R' 'nifti_extensions.R' 'nifti_io.R' 'niml_io.R'
        'ops.R' 'palettes.R' 'plot-helpers.R' 'plot-montage.R'
        'plot-ortho.R' 'plot-overlay.R' 'read_image.R' 'resample.R'
        'resample_to.R' 'roi.R' 'searchlight.R' 'simulate.R'
        'sparse_neurovec.R' 'spat_filter.R' 'theme.R' 'zzz.R'
RoxygenNote: 7.3.3
Imports: purrr, assertthat, mmap, Rcpp, RcppParallel, RNifti, dbscan,
        stringr, methods, bigstatsr, RNiftyReg, future.apply, deflist,
        crayon, ggplot2, magrittr, grid
Suggests: testthat, covr, knitr, roxygen2, rmarkdown, Gmedian, R.utils,
        spelling, xml2
URL: https://github.com/bbuchsbaum/neuroim2,
        https://bbuchsbaum.github.io/neuroim2/
BugReports: https://github.com/bbuchsbaum/neuroim2/issues
Language: en-US
NeedsCompilation: yes
Packaged: 2026-01-14 19:50:57 UTC; bbuchsbaum
Repository: CRAN
Date/Publication: 2026-01-14 20:30:02 UTC
Built: R 4.6.0; x86_64-w64-mingw32; 2026-01-24 03:58:45 UTC; windows
Archs: x64
