-
Notifications
You must be signed in to change notification settings - Fork 13
/
DESCRIPTION
34 lines (34 loc) · 1.14 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
Package: fsbrain
Type: Package
Title: Managing and Visualizing Brain Surface Data
Version: 0.5.5
Authors@R: person("Tim", "Schäfer", role = c("aut", "cre"), email = "[email protected]", comment = c(ORCID = "0000-0002-3683-8070"))
Maintainer: Tim Schäfer <[email protected]>
Description: Provides high-level access to neuroimaging data from standard software packages like 'FreeSurfer' <http://freesurfer.net/> on the level of subjects and groups. Load morphometry data, surfaces and brain parcellations based on atlases. Mask data using labels, load data for specific atlas regions only, and visualize data and statistical results directly in 'R'.
License: MIT + file LICENSE
Encoding: UTF-8
URL: https://github.com/dfsp-spirit/fsbrain
BugReports: https://github.com/dfsp-spirit/fsbrain/issues
Imports:
reshape,
freesurferformats (>= 0.1.17),
pkgfilecache (>= 0.1.1),
rgl,
squash,
fields,
viridis,
data.table,
magick,
methods
Suggests:
knitr,
rmarkdown,
testthat (>= 2.1.0),
sphereplot (>= 1.5),
misc3d,
RColorBrewer,
Rvcg (>= 0.20.2),
igraph,
pracma
VignetteBuilder: knitr
RoxygenNote: 7.3.2