forked from avalcarcel9/rtapas
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
46 lines (46 loc) · 1.2 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
Package: rtapas
Title: TAPAS: A thresholding approach for probability map automatic segmentation
automatic segmentation
Version: 0.2.0
Authors@R: person(given = "Alessandra", family = "Valcarcel", email = "[email protected]", role = c("aut","cre"))
Maintainer: Alessandra Valcarcel <[email protected]>
Description: Trains and makes predictions using the TAPAS
method.
License: GPL-2
Encoding: UTF-8
URL: https://github.com/avalcarcel9/rtapas, https://avalcarcel9.github.io/rtapas/
BugReports: https://github.com/avalcarcel9/rtapas/issues
LazyData: true
Depends: R (>= 2.10)
Imports:
doParallel (>= 1.0.14),
dplyr (>= 0.7.5.9000),
foreach (>= 1.4.4),
gtools (>= 3.8.1),
ggExtra,
ggplot2,
magrittr (>= 1.5.0),
methods,
mgcv (>= 1.8-24),
neurobase (>= 1.13.2),
neuroim (>= 0.0.6),
oro.nifti (>= 0.9.1),
parallel (>= 3.3.0),
rlang (>= 0.3.0.1),
stringr (>= 1.3.0),
tibble (>= 1.7.0)
Suggests:
aliviateR (>= 0.0.2),
covr,
knitr,
remotes,
rmarkdown,
spelling,
testthat
Remotes:
avalcarcel9/aliviateR
VignetteBuilder: knitr
ByteCompile: true
RoxygenNote: 6.1.1
Language: en-US
Roxygen: list(markdown = TRUE)