-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
51 lines (51 loc) · 1.07 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
Package: neurosurf
Imports:
Matrix,
igraph,
rgl,
assertthat,
neuroim2,
colorplane,
FNN,
readr,
stringr,
plyr,
Rvcg,
methods,
gplots,
gifti
Type: Package
Title: Data structures and IO for surface-based neuroimaging data
Version: 0.1.0
Authors@R: c(
person(c("Bradley", "R"), "Buchsbaum", role = c("aut", "cre"), email = "[email protected]"))
Maintainer: Bradley Buchsbaum <[email protected]>
Description: Basic utilties for reading, writing and manipulating neuroimaging
organized as a trinagle mesh.
License: GPL (>= 2)
LazyData: TRUE
RoxygenNote: 7.3.1
Remotes:
bbuchsbaum/neuroim2,
bbuchsbaum/colorplane
Collate:
'all_generic.R'
'all_class.R'
'Arith.R'
'IO.R'
'ROI.R'
'Searchlight.R'
'boundaries.R'
'neighborhood.R'
'neuro_surface.R'
'neurosurf.R'
'view_surface.R'
'vol_to_surf.R'
Suggests:
testthat,
covr,
knitr,
rmarkdown
URL: https://github.com/bbuchsbaum/neurosurf
BugReports: https://github.com/bbuchsbaum/neurosurf/issues
VignetteBuilder: knitr