summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--academic/rpy2/README10
-rw-r--r--academic/rpy2/rpy2.SlackBuild2
-rw-r--r--academic/rpy2/rpy2.info6
3 files changed, 9 insertions, 9 deletions
diff --git a/academic/rpy2/README b/academic/rpy2/README
index aa278d379c..702373878f 100644
--- a/academic/rpy2/README
+++ b/academic/rpy2/README
@@ -1,15 +1,15 @@
Python interface to the R language.
-rpy2 is running an embedded R, providing access to it
+rpy2 is running an embedded R, providing access to it
from Python using R's own C-API through either:
-1) a high-level interface making R functions and objects
-just like Python functions and providing a seamless
+1) a high-level interface making R functions and objects
+just like Python functions and providing a seamless
conversion to numpy and pandas data structures
2) a low-level interface closer to the C-API
-It is also providing features for when working with
+It is also providing features for when working with
jupyter notebooks or ipython.
NOTE:
@@ -19,4 +19,4 @@ thus: build R on SBo with R_SHLIB=yes and BLAS_SHLIB=yes
(See also the notes in the rpy2.Slackbuild)
home:https://rpy2.github.io/
-documentation:https://rpy2.github.io/doc/latest/html/index.html \ No newline at end of file
+documentation:https://rpy2.github.io/doc/latest/html/index.html
diff --git a/academic/rpy2/rpy2.SlackBuild b/academic/rpy2/rpy2.SlackBuild
index 48626b3b7f..5c29a179e0 100644
--- a/academic/rpy2/rpy2.SlackBuild
+++ b/academic/rpy2/rpy2.SlackBuild
@@ -22,7 +22,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=rpy2
-VERSION=${VERSION:-3.3.3}
+VERSION=${VERSION:-3.3.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/academic/rpy2/rpy2.info b/academic/rpy2/rpy2.info
index 21554870f7..57f0a8f00a 100644
--- a/academic/rpy2/rpy2.info
+++ b/academic/rpy2/rpy2.info
@@ -1,8 +1,8 @@
PRGNAM="rpy2"
-VERSION="3.3.3"
+VERSION="3.3.4"
HOMEPAGE="https://rpy2.github.io/"
-DOWNLOAD="https://pypi.python.org/packages/source/r/rpy2/rpy2-3.3.3.tar.gz"
-MD5SUM="fa5d404fcdb7571174ba1125fc81fe6a"
+DOWNLOAD="https://pypi.python.org/packages/source/r/rpy2/rpy2-3.3.4.tar.gz"
+MD5SUM="da70a5c4e35e22c469c37444d45257ee"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="R cffi Jinja2 python3-pytest tzlocal"