~ubuntu-branches/debian/sid/simpleitk/sid

« back to all changes in this revision

Viewing changes to Wrapping/R/Packaging/SimpleITK/DESCRIPTION.in

  • Committer: Package Import Robot
  • Author(s): Ghislain Antony Vaillant
  • Date: 2017-11-02 08:49:18 UTC
  • Revision ID: package-import@ubuntu.com-20171102084918-7hs09ih668xq87ej
Tags: upstream-1.0.1
ImportĀ upstreamĀ versionĀ 1.0.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Package: SimpleITK
 
2
Version: @SimpleITKR_VERSION@
 
3
Date: @DATE@
 
4
Title: Bindings to SimpleITK Image segmentation and registration toolkit.
 
5
Authors@R: c(person("Richard", "Beare", role = c("aut", "cre"),
 
6
                      email = "Richard.Beare@ieee.org"),
 
7
                   person("Bradley", "Lowekamp", role = "cre",
 
8
                     email = "blowekamp@mail.nih.gov"))
 
9
Author: Richard Beare, Bradley Lowekamp, plus loads of others
 
10
Depends: R (>= 2.14), methods
 
11
Description: This package is an interface to SimpleITK, which is a simplified
 
12
     interface to the Insight Toolkit (ITKv@ITK_VERSION_MAJOR@.@ITK_VERSION_MINOR@.@ITK_VERSION_PATCH@) for medical image segmentation
 
13
     and registration.
 
14
License: Apache 2.0
 
15
URL: http://www.simpleitk.org, https://www.itk.org
 
16
BugReports: https://issues.itk.org
 
17
Maintainer: Richard Beare <Richard.Beare@ieee.org>