From f86e9cc096174967105c76954055e27dd92e25cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Konrad=20F=C3=B6rstner?= Date: Fri, 29 Jul 2016 08:29:18 +0200 Subject: [PATCH] Update link for rpy2 --- docs/scenarios/scientific.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/scenarios/scientific.rst b/docs/scenarios/scientific.rst index 8600bc9b2..92c8c801b 100644 --- a/docs/scenarios/scientific.rst +++ b/docs/scenarios/scientific.rst @@ -94,7 +94,7 @@ auto-alignment of data. Rpy2 ---- -`Rpy2 `_ is a Python binding for the R +`Rpy2 `_ is a Python binding for the R statistical package allowing the execution of R functions from Python and passing data back and forth between the two environments. Rpy2 is the object oriented implementation of the `Rpy `_