mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-29 09:57:28 -08:00
17 lines
564 B
XML
17 lines
564 B
XML
<?xml version='1.0' encoding='UTF-8'?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<herd>python</herd>
|
|
<herd>sci</herd>
|
|
<longdescription lang="en">
|
|
RPy provides a robust Python interface to the R programming
|
|
language. It can manage R objects and can execute arbitrary R
|
|
functions. All the errors from the R language are converted to
|
|
Python exceptions.
|
|
</longdescription>
|
|
<upstream>
|
|
<remote-id type="pypi">rpy2</remote-id>
|
|
<remote-id type="sourceforge">rpy</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|