-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
32 lines (32 loc) · 1.07 KB
/
DESCRIPTION
File metadata and controls
32 lines (32 loc) · 1.07 KB
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
Package: rpyANTs
Title: An Alternative Advanced Normalization Tools ('ANTs')
Version: 0.0.6
Authors@R:
person("Zhengjia", "Wang", email = "dipterix.wang@gmail.com",
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.3
Imports:
grDevices,
stats,
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.