generated from ANTsX/ANTsRNet
-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
52 lines (52 loc) · 1.31 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
52
Package: brainAgeR
Type: Package
Title: deep brain age with ANTsRNet
Version: 1.1
Date: 2020-03-31
Authors@R: c(
person(c("Nicholas", "J"), "Tustison", role = c("aut", "cre"), email = "ntustison@gmail.com", comment = c(ORCID = "0000-0001-9418-5103")),
person(c("Brian", "B"), "Avants", role = c("aut"), email = "stnava@gmail.com", comment = c(ORCID = "0000-0002-4212-3362")),
person("John", "Muschelli", role = "ctb",
comment = c(ORCID = "0000-0001-6469-1750"))
)
Maintainer: Brian B Avants <stnava@gmail.com>
Description: Deep learning tools for predicting brain age and related variables from MRI.
License: Apache License (>=2.0)
LazyLoad: yes
Depends:
R (>= 3.2),
ANTsRCore,
ANTsR,
ANTsRNet,
keras (>= 2.2.5.0),
tensorflow (>= 2.0),
zip
Imports:
knitr,
reticulate (>= 1.6.0.9002),
tfruns (>= 1.0),
magrittr,
zeallot,
methods,
mvtnorm,
R6,
Rcpp,
stats
Suggests:
ggplot2,
rmarkdown,
testthat (>= 2.1.0),
kirby21.t1,
covr,
jpeg
StagedInstall: no
Remotes:
rstudio/reticulate,
rstudio/keras
SystemRequirements: Keras >= 2.0 (https://keras.io)
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.0
VignetteBuilder: knitr
BugReports: https://github.com/stnava/brainAgeR/issues
URL: https://github.com/stnava/brainAgeR
Encoding: UTF-8