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 33 34 35 36 37 38 39
|
Source: rpy
Section: python
Priority: optional
Maintainer: Dirk Eddelbuettel <edd@debian.org>
Standards-Version: 3.8.4
XS-Python-Version: all
Build-Depends: debhelper (>= 7.2.17), r-base-dev (>= 2.11.1), python-all-dev (>= 2.3.5-10), python-numpy (>= 1:1.3.0), texinfo, texi2html, texlive-base, texlive-latex-base, python-central (>= 0.5)
Package: python-rpy
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, ${python:Depends}, python-numpy (>= 1:1.3.0), r-base-core (>= 2.11.1)
Replaces: python2.2-rpy (<< 0.99.2-4), python2.3-rpy (<< 0.99.2-4), python2.4-rpy (<< 0.99.2-4)
Conflicts: python2.2-rpy (<< 0.99.2-4), python2.3-rpy (<< 0.99.2-4), python2.4-rpy (<< 0.99.2-4)
XB-Python-Version: ${python:Versions}
Provides: ${python:Provides}
Suggests: python-rpy-docs
Description: Python interface to the GNU R language and environment
This Debian package provides RPy, a very simple yet robust Python interface
to the GNU R Programming Language. It can manage different types of R objects,
and can execute arbitrary R functions, including graphic functions.
.
URL: http://rpy.sourceforge.net/
Package: python-rpy-doc
Replaces: python-rpy-docs
Provides: python-rpy-docs
Conflicts: python-rpy-docs
Depends: ${misc:Depends}, dpkg (>= 1.15.4) | install-info
Architecture: all
Section: doc
Description: Python interface to the GNU R language (documentation package)
This Debian package provides RPy, a very simple yet robust Python interface
to the GNU R Programming Language. It can manage different types of R objects,
and can execute arbitrary R functions, including graphic functions.
.
This Debian package contains documentation and examples from the rpy source
package.
.
URL: http://rpy.sourceforge.net/
|