File: control

package info (click to toggle)
rpy2 2.1.3-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 804 kB
  • ctags: 1,754
  • sloc: ansic: 5,417; python: 4,771; makefile: 142
file content (21 lines) | stat: -rw-r--r-- 1,092 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Source: rpy2
Section: python
Priority: optional
Maintainer: Dirk Eddelbuettel <edd@debian.org>
Standards-Version: 3.8.4
XS-Python-Version: all
Build-Depends: debhelper (>= 7), r-base-dev (>= 2.11.0~20100402), python-all-dev (>= 2.3.5-10), python-numpy, python-numpy-dev, python-central (>= 0.5), python-sphinx (>= 0.4.3), texlive-base, texlive-latex-base, texlive-latex-extra, texlive-latex-recommended, texlive-fonts-recommended, graphviz
Homepage: http://rpy.sourceforge.net/ 

Package: python-rpy2
Architecture: any
Depends: ${shlibs:Depends}, ${python:Depends}, ${misc:Depends}, python-numpy, r-base-core (>= 2.11.0~20100402)
XB-Python-Version: ${python:Versions}
Provides: ${python:Provides}
Suggests: python-rpy-docs
Description: Python interface to the GNU R language and environment (version 2)
 This Debian package provides RPy2, 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.
 Rpy2 is a rewrite and extension of the older RPy interface.