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 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74
|
Source: rpy
Section: python
Priority: optional
Maintainer: Dirk Eddelbuettel <edd@debian.org>
Standards-Version: 3.6.1.1
Build-depends: debhelper (>= 3.0.0), r-base-dev (>= 2.0.0), python, python2.2-dev (>= 2.2.3), python2.3-dev (>= 2.3-1), python2.4-dev, python2.2-numeric, python2.3-numeric, python2.4-numeric, texinfo, texi2html, tetex-extra
Package: python2.2-rpy
Architecture: any
Depends: ${shlibs:Depends}, python2.2, python2.2-numeric, r-base-core (>= 2.0.0)
Suggests: python-rpy-doc
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.
.
This Debian package is built for Python 2.2.
.
URL: http://rpy.sourceforge.net/
Package: python2.3-rpy
Architecture: any
Depends: ${shlibs:Depends}, python2.3, python2.3-numeric, r-base-core (>= 2.0.0)
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.
.
This Debian package is built for Python 2.3.
.
URL: http://rpy.sourceforge.net/
Package: python2.4-rpy
Architecture: any
Depends: ${shlibs:Depends}, python2.4, python2.4-numeric, r-base-core (>= 2.0.0)
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.
.
This Debian package is built for Python 2.4.
.
URL: http://rpy.sourceforge.net/
Package: python-rpy
Architecture: all
Depends: python (>= 2.3), python (<< 2.4), python2.3-rpy
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.
.
This Debian package is an empty dummy package that always depends on
a package built for Debian's default Python version.
.
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/
|