-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
40 lines (40 loc) · 906 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
35
36
37
38
39
40
Type: Package
Package: LINDA
Title: Lesion Identification with Neighborhood Data Analysis
Version: 0.5.1
Authors@R:
c(
person(given = "Dorian",
family = "Pustina",
role = c("aut", "cre"),
email = "dorian.pustina@gmail.com"),
person(given = "John",
family = "Muschelli",
role = c("aut"),
email = "muschellij2@gmail.com",
comment = c(ORCID = "0000-0001-6469-1750"))
)
Description: A neuroimaging toolkit for automatic segmentation
of chronic stroke lesions.
License: Apache License | file LICENSE
Depends: R (>= 3.0)
Imports:
ANTsR,
ANTsRCore,
randomForest,
magrittr,
stats,
methods
Suggests:
covr,
knitr,
rmarkdown,
testthat,
devtools
Remotes:
ANTsX/ANTsRCore,
ANTsX/ANTsR
Encoding: UTF-8
LazyData: true
VignetteBuilder: knitr
RoxygenNote: 6.1.1.9000