-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathDESCRIPTION
26 lines (26 loc) · 1.1 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
Package: ITKR
Type: Package
Title: ITK in R
Version: 0.6.0.0.2
Date: 2021-07-23
Authors@R: c(
person(c("Brian", "B"), "Avants", role = c("aut", "cre"), email = "[email protected]"),
person(c("Benjamin", "M"), "Kandel", role = "ctb", email = "NA"),
person(c("Jeff", "T"), "Duda", role = "ctb", email = "NA"),
person(c("Philip", "A"), "Cook", role = "ctb", email = "NA"),
person(c("Nicholas", "J"), "Tustison", role = "ctb", email = "NA"),
person(c("John"), "Muschelli", role = "ctb", email = "NA")
)
Maintainer: Brian B. Avants <[email protected]>
Description: Make the state of the art image processing library, ITK, available within R. Provide developer access to the ITK framework from within R and, ultimately, support reproducible statistical analyses of medical images via interfacing with other packages.
License: Apache License (>= 2.0)
LazyLoad: yes
StagedInstall: no
Imports: Rcpp
LinkingTo: Rcpp
NeedsCompilation: yes
SystemRequirements: cmake, git, clang, GNU make
URL: http://github.com/stnava/ITKR/
BugReports: http://github.com/stnava/ITKR/issues
RoxygenNote: 6.1.1
Encoding: UTF-8