1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/math/rpy2/pkg-descr
Dmitry Marakasov 4e942b6419 - Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by:	portmgr blanket
2016-05-19 10:44:11 +00:00

13 lines
626 B
Plaintext

RPy is a very simple, yet robust, Python interface to the R Programming
Language. It can manage all kinds of R objects and can execute arbitrary
R functions (including the graphic functions). All the errors from the
R language are converted to Python exceptions. Any module that later were
installed on the R system, can easily be used from within Python, without
introducing any changes.
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.
WWW: http://rpy2.bitbucket.org/