-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
34 lines (34 loc) · 985 Bytes
/
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: brainnet
Type: Package
Title: Machine learning on structural neuroimaging data for R
Version: 0.1
Authors@R: c(person("Tim", "Schäfer", role = c("aut", "cre"), email = "ts+code@rcmd.org", comment = c(ORCID = "0000-0002-3683-8070")),
person("Christine", "Ecker",,, c("ctb")),
person("Johanna", "Leyhausen",,, c("ctb"))
);
Maintainer: Tim Schäfer <ts+code@rcmd.org>
Description: Machine learning on structural neuroimaging data for R. This is a second sentence for the lovely R CMD CHECK.
License: MIT + file LICENSE
Encoding: UTF-8
URL: https://github.com/dfsp-spirit/brainnet
BugReports: https://github.com/dfsp-spirit/brainnet/issues
Imports:
freesurferformats (>= 0.1.16),
viridis,
kernlab,
readxl,
MatchIt,
ggplot2,
mice,
reshape2,
fsbrain (>= 0.5.3),
Rglpk,
magrittr,
pwr
Suggests:
knitr,
rmarkdown,
testthat (>= 2.1.0),
ggpubr
VignetteBuilder: knitr
RoxygenNote: 7.1.2