Package: neuroim2
Type: Package
Title: Data Structures for Brain Imaging Data
Version: 0.8.1
LinkingTo: Rcpp, RcppArmadillo, RcppParallel
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' 'afni_io.R' 'all_generic.R' 'all_class.R'
        'array_like.R' 'axis.R' 'big_neurovec.R' 'binary_io.R'
        'clustervol.R' 'common.R' 'conncomp.R' 'file_format.R'
        'filebacked_neurovec.R' 'globals.R' 'index_vol.R'
        'mapped_neurovec.R' 'meta_info.R' 'neuro_obj.R'
        'neurohypervec.R' 'neuroim.R' 'neuroslice.R' 'neurospace.R'
        'neurovec.R' 'neurovecseq.R' 'neurovol.R' 'nifti_io.R'
        'niml_io.R' 'ops.R' 'resample.R' 'roi.R' 'searchlight.R'
        'sparse_neurovec.R' 'spat_filter.R' 'zzz.R'
RoxygenNote: 7.3.2.9000
Imports: purrr, assertthat, mmap, Rcpp, RcppParallel, RNifti, dbscan,
        stringr, methods, colorplane, bigstatsr, RNiftyReg,
        future.apply, deflist, crayon, ggplot2, magrittr
Suggests: testthat, covr, knitr, roxygen2, rmarkdown, Gmedian, R.utils,
        spelling
URL: https://github.com/bbuchsbaum/neuroim2,
        https://bbuchsbaum.github.io/neuroim2/
BugReports: https://github.com/bbuchsbaum/neuroim2/issues
Language: en-US
NeedsCompilation: yes
Packaged: 2025-04-09 21:31:43 UTC; bbuchsbaum
Author: Bradley R Buchsbaum [aut, cre, cph]
Repository: CRAN
Date/Publication: 2025-04-10 14:50:06 UTC
Built: R 4.4.3; x86_64-w64-mingw32; 2025-10-08 02:53:32 UTC; windows
Archs: x64
