summaryrefslogtreecommitdiff
path: root/math/py-rpy/DESCR
diff options
context:
space:
mode:
Diffstat (limited to 'math/py-rpy/DESCR')
-rw-r--r--math/py-rpy/DESCR6
1 files changed, 6 insertions, 0 deletions
diff --git a/math/py-rpy/DESCR b/math/py-rpy/DESCR
new file mode 100644
index 00000000000..0403fd6c484
--- /dev/null
+++ b/math/py-rpy/DESCR
@@ -0,0 +1,6 @@
+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 modules that later were installed on the R system, can easily
+be used from within Python, without introducing any changes.