rpy2 2.2.5
Python interface to the R language
Latest Version: 2.2.6
Rpy2 is providing an interface to R by embeddeding it into a Python process.
Access to all of R features is possible with R types exposed as Python classes, and R functions exposed as Python 'callable' objects.
For example, importing the R package 'stats' into a Python module-like object can done with:
from rpy2.robjects.packages import importr
stats = importr('stats')
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
| rpy2-2.2.5.tar.gz (md5) | Source | 2011-12-27 | 163KB | 6430 | |
- Author: Laurent Gautier
- Home Page: http://rpy.sourceforge.net
- License: AGPLv3.0 (except rpy2.rinterface: LGPL)
-
Categories
- Development Status :: 5 - Production/Stable
- Intended Audience :: Developers
- Intended Audience :: Science/Research
- License :: OSI Approved :: GNU Affero General Public License v3
- License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
- Programming Language :: Python
- Programming Language :: Python :: 2
- Programming Language :: Python :: 3
- Package Index Owner: lgautier
- DOAP record: rpy2-2.2.5.xml
