aboutsummaryrefslogtreecommitdiff
path: root/math/rpy/pkg-descr
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2003-10-31 01:47:04 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2003-10-31 01:47:04 +0000
commit11f91702a0fd3bf54e6250f221aba58f9770375b (patch)
treec8161de820bc2fc0a305942f3b0d905b1d1e6c0b /math/rpy/pkg-descr
parentb90670448cfd2b2212a078d762a02dfbe0d3316b (diff)
Notes
Diffstat (limited to 'math/rpy/pkg-descr')
-rw-r--r--math/rpy/pkg-descr8
1 files changed, 8 insertions, 0 deletions
diff --git a/math/rpy/pkg-descr b/math/rpy/pkg-descr
new file mode 100644
index 000000000000..d0dfbb55b2bf
--- /dev/null
+++ b/math/rpy/pkg-descr
@@ -0,0 +1,8 @@
+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.
+
+WWW: http://rpy.sourceforge.net/