Type: Package
Package: ciftiTools
Title: Tools for Reading, Writing, Viewing and Manipulating CIFTI Files
Version: 0.17.4
Authors@R: c(
    person(given = "Amanda",
           family = "Mejia",
           email = "mandy.mejia@gmail.com",
           role = c("aut", "cre")),
    person(given = "Damon",
           family = "Pham",
           email = "damondpham@gmail.com",
           role = c("aut"),
           comment = c(ORCID = "0000-0001-7563-4727")),
    person(given = "John",
           family = "Muschelli",
           email = "muschellij2@gmail.com",
           role = c("ctb"),
           comment = c(ORCID = "0000-0001-6469-1750"))
    )
Maintainer: Amanda Mejia <mandy.mejia@gmail.com>
Description: CIFTI files contain brain imaging data in "grayordinates," which 
    represent the gray matter as cortical surface vertices (left and right) and
    subcortical voxels (cerebellum, basal ganglia, and other deep gray matter). 
    'ciftiTools' provides a unified environment for reading, writing, 
    visualizing and manipulating CIFTI-format data. It supports the "dscalar," 
    "dlabel," and "dtseries" intents. Grayordinate data is read in as a "xifti" 
    object, which is structured for convenient access to the data and metadata,
    and includes support for surface geometry files to enable
    spatially-dependent functionality such as static or interactive 
    visualizations and smoothing.
License: GPL-3
URL: https://github.com/mandymejia/ciftiTools
BugReports: https://github.com/mandymejia/ciftiTools/issues
Depends: R (>= 3.5.0)
Imports: fields, gifti (> 0.7.5), grDevices, oro.nifti, RNifti,
        RColorBrewer, rgl, viridisLite, xml2
Suggests: covr, ggplot2, ggpubr, grid, gridExtra, htmlwidgets,
        manipulateWidget, webshot2, knitr, rmarkdown, png, testthat (>=
        3.0.0)
VignetteBuilder: knitr
Encoding: UTF-8
RoxygenNote: 7.3.2
Language: en-US
NeedsCompilation: no
Packaged: 2025-01-23 21:08:40 UTC; ddpham
Author: Amanda Mejia [aut, cre],
  Damon Pham [aut] (<https://orcid.org/0000-0001-7563-4727>),
  John Muschelli [ctb] (<https://orcid.org/0000-0001-6469-1750>)
Repository: CRAN
Date/Publication: 2025-01-23 22:20:02 UTC
Built: R 4.5.2; ; 2025-11-08 04:13:38 UTC; windows
