-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathDESCRIPTION
More file actions
23 lines (23 loc) · 1.1 KB
/
DESCRIPTION
File metadata and controls
23 lines (23 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Package: SimpleITK
Version: 2.5.3
Date: 2025-11-20
Title: SimpleITK: A Simplified Interface to the Insight Toolkit
Authors@R: c(person("Richard", "Beare", role = c("aut", "cre"),
email = "[email protected]"),
person("Bradley", "Lowekamp", role = "aut",
email = "[email protected]"),
person("Ziv", "Yaniv", role="aut",
email = "[email protected]"))
Author: Richard Beare, Bradley Lowekamp, Ziv Yaniv plus loads of others
Depends: R (>= 3.4)
Imports: methods,
desc
Description: This package is an interface to SimpleITK, which is a simplified
interface to the Insight Toolkit (ITK) for medical image segmentation
and registration.
License: Apache License 2.0
Note: The first url in the URL field below is the SimpleITK repository, and is used
by the config script under the assumption that it is the first in the list.
URL: https://github.com/SimpleITK/SimpleITK, https://www.simpleitk.org, https://www.itk.org
BugReports: https://github.com/SimpleITK/SimpleITK/issues
Maintainer: Richard Beare <[email protected]>