-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
91 lines (91 loc) · 1.94 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
Package: neuroim2
Type: Package
Title: Data Structures and IO for Neuroimaging Data with an Emphasis on Functional Magnetic Resonance Imaging (FMRI)
Version: 0.8.0
LinkingTo:
Rcpp,
RcppArmadillo,
RcppParallel
Authors@R: c(
person(c("Bradley", "R"), "Buchsbaum", role = c("aut", "cre", "cph"), email = "[email protected]"))
Maintainer: Bradley R Buchsbaum <[email protected]>
Description: A collection of data structures that represent
volumetric brain imaging data. The focus is on basic data handling for 3D
and 4D neuroimaging data. In addition, there are functions to read and write
NIfTI-1 formats and some support for reading AFNI files.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
VignetteBuilder: knitr, rmarkdown
Depends:
R (>= 4.0.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'
'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,
RcppArmadillo,
RcppParallel,
RNifti,
dbscan,
stringr,
methods,
colorplane,
bigstatsr,
RNiftyReg,
future.apply,
deflist,
crayon,
bit64,
ggplot2
Suggests:
testthat,
covr,
knitr,
ggplot2,
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
SystemRequirements: GNU make, C++17