rpy2: Python interface to R¶
Description¶
rpy2 is a redesign and rewrite of rpy. It is providing a low-level interface to R, a proposed high-level interface, including wrappers to graphical libraries, as well as R-like structures and functions.
License¶
GPL 2+
Upstream Contact¶
Special Installation Instructions¶
In the Sage distribution, rpy2
is a “semi-standard” package: It will be
automatically installed by the Sage distribution if a suitable system
installation of R is detected by configure
. (Note that Sage no longer
ships and installs its own copy of R.)
Type¶
standard
Dependencies¶
Version Information¶
package-version.txt:
3.4.5
version_requirements.txt:
rpy2 >=3.3
Equivalent System Packages¶
$ sudo pacman -S python-rpy2
$ conda install rpy2 r-lattice
$ sudo apt-get install python3-rpy2
$ sudo pkg install math/py-rpy2
$ sudo port install py-rpy2
$ sudo zypper install python3\$\{PYTHON_MINOR\}-rpy2
See https://repology.org/project/rpy2/versions
If the system package is installed and if the (experimental) option
--enable-system-site-packages
is passed to ./configure
, then ./configure
will check if the system package can be used.