-
Notifications
You must be signed in to change notification settings - Fork 8
/
DESCRIPTION
61 lines (61 loc) · 1.9 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
Package: ciftiTools
Type: Package
Title: Tools for Reading, Writing, Viewing and Manipulating CIFTI Files
Version: 0.16.1
Authors@R: c(
person(given = "Amanda",
family = "Mejia",
email = "[email protected]",
role = c("aut", "cre")),
person(given = "Damon",
family = "Pham",
email = "[email protected]",
role = c("aut"),
comment = c(ORCID = "0000-0001-7563-4727")),
person(given = "John",
family = "Muschelli",
email = "[email protected]",
role = c("ctb"),
comment = c(ORCID = "0000-0001-6469-1750"))
)
Maintainer: Amanda Mejia <[email protected]>
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.
Depends: R (>= 3.5.0)
License: GPL-3
Encoding: UTF-8
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)
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
URL: https://github.com/mandymejia/ciftiTools
BugReports: https://github.com/mandymejia/ciftiTools/issues