|
A simple and efficient access to R from Python |
|
DownloadRequirements
Released versionsManual installsSource and binary packages are available at: The documentation for the released version has further instructions regarding the installation process. Less-manual installsFetching and installing the latest release from Pypi can be done by running easy_installeasy_install rpy2 rpy2 is also packaged for a number of systems (Debian/Ubuntu, RedHat/Fedora, openSUSE, Gentoo, Fink, Macports). Development versionsThe primary repository the rpy2 source is now on Mercurial, and at bitbucket: http://www.bitbucket.org/lgautier/rpy2/ . When using the command-line client, fetching the repository is achieved with: hg clone https://www.bitbucket.org/lgautier/rpy2and switching to the branch of interest with: hg update -C version_2.0.xor hg update -C version_2.1.xor the very experimental hg update -C version_2.1.x_python3 The documentation for the development version has further instructions regarding the installation process. For the time being, the source in Sourceforge's SVN is no longer up-to-date. |
|