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
|
Source: rpy
Section: python
Priority: optional
Maintainer: Dirk Eddelbuettel <edd@debian.org>
Standards-Version: 3.7.3
XS-Python-Version: all
Build-Depends: debhelper (>= 5.0.37.2), r-base-dev (>= 2.7.1~20080614), python-all-dev (>= 2.3.5-10), python-numpy, texinfo, texi2html, texlive-base, texlive-latex-base, python-central (>= 0.5)
Package: python-rpy
Architecture: any
Depends: ${shlibs:Depends}, ${python:Depends}, python-numpy, r-base-core (>= 2.7.1~20080614)
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
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/
|