-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
31 lines (31 loc) · 1.07 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
Package: rpyANTs
Title: An Alternative Advanced Normalization Tools ('ANTs')
Version: 0.0.4.4
Authors@R:
person("Zhengjia", "Wang", email = "[email protected]",
role = c("aut", "cre"))
Description:
Provides portable access from 'R' to biomedical image processing toolbox
'ANTs' by Avants et al. (2009) <doi:10.54294/uvnhin> via seamless
integration with the 'Python' implementation 'ANTsPy'. Allows biomedical
images to be processed in 'Python' and analyzed in 'R', and vice versa
via shared memory. See 'citation("rpyANTs")' for more reference information.
License: Apache License 2.0
Language: en-US
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Imports:
grDevices,
rpymat (>= 0.1.6),
reticulate (>= 1.26),
RNifti (>= 1.5.0)
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3
URL: http://dipterix.org/rpyANTs/
BugReports: https://github.com/dipterix/rpyANTs/issues
Copyright:
For the rpyANTs package - Zhengjia Wang;
For ANTs - ConsortiumOfANTS;
For ANTsPy - ANTs Contributors.