From 326d8149c7c6d8d5f783ea56549b6e6b1d970fa2 Mon Sep 17 00:00:00 2001 From: BeDataDriven Build Bot Date: Thu, 21 Dec 2017 12:36:28 +0000 Subject: [PATCH] Release 0.8.2558 --- source/conf.py | 2 +- source/library/project-setup.rst | 14 +++++++------- source/package/index.rst | 4 ++-- source/writing-renjin-extensions.rst | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/source/conf.py b/source/conf.py index 0810b84..c32b8f2 100644 --- a/source/conf.py +++ b/source/conf.py @@ -54,7 +54,7 @@ # The short X.Y version. version = '0.8' # The full version, including alpha/beta/rc tags. -release = '0.8.2557' +release = '0.8.2558' rst_epilog = '.. |VERSION| replace:: %s' % release diff --git a/source/library/project-setup.rst b/source/library/project-setup.rst index 8e542f3..0174858 100644 --- a/source/library/project-setup.rst +++ b/source/library/project-setup.rst @@ -22,7 +22,7 @@ Renjin's Script Engine as dependency to your project: org.renjin renjin-script-engine - 0.8.2557 + 0.8.2558 @@ -38,7 +38,7 @@ For this to work you will also need to add BeDataDriven's public repository to y -You can use ``RELEASE`` instead of ``0.8.2557`` in the project file to use the +You can use ``RELEASE`` instead of ``0.8.2558`` in the project file to use the very latest versions of the Renjin components. @@ -54,7 +54,7 @@ For projects organized with Gradle, add the following to your ``build.gradle`` f } dependencies { - compile "org.renjin:renjin-script-engine:0.8.2557"; + compile "org.renjin:renjin-script-engine:0.8.2558"; } See the `renjin-gradle-example`_ on GitHub for a complete example. @@ -80,7 +80,7 @@ Renjin's Script Engine: name := "renjin-test", version := "1.0", scalaVersion := "2.10.6", - libraryDependencies += "org.renjin" % "renjin-script-engine" % "0.8.2557" + libraryDependencies += "org.renjin" % "renjin-script-engine" % "0.8.2558" ) See the `renjin-sbt-example`_ on GitHub for a complete example. @@ -107,7 +107,7 @@ through a point-and-click interface. If this isn't possible for whatever reason, you can download a single JAR file called: - renjin-script-engine-0.8.2557-jar-with-dependencies.jar + renjin-script-engine-0.8.2558-jar-with-dependencies.jar from the Renjin website and manually add this as a dependency in Eclipse. @@ -125,7 +125,7 @@ a specific ``module.xml`` file: - + @@ -156,7 +156,7 @@ to `spark-submit` or `dse spark-submit`. org.renjin renjin-script-engine - 0.8.2557 + 0.8.2558 diff --git a/source/package/index.rst b/source/package/index.rst index 1ef325f..efe8f38 100644 --- a/source/package/index.rst +++ b/source/package/index.rst @@ -29,7 +29,7 @@ package from Renjin's secure repository: .. code-block:: R - install.packages("https://nexus.bedatadriven.com/content/groups/public/org/renjin/renjin-gnur-package/0.8.2557/renjin-gnur-package-0.8.2557.tar.gz", repos = NULL) + install.packages("https://nexus.bedatadriven.com/content/groups/public/org/renjin/renjin-gnur-package/0.8.2558/renjin-gnur-package-0.8.2558.tar.gz", repos = NULL) Older versions of GNU R may not support secure (https) URLs on your platform, or may not @@ -38,7 +38,7 @@ support installing directly from URLs. In this case, you can run: .. code-block:: R - download.file("http://nexus-insecure.bedatadriven.com/content/groups/public/org/renjin/renjin-gnur-package/0.8.2557/renjin-gnur-package-0.8.2557.tar.gz", "renjin.tgz") + download.file("http://nexus-insecure.bedatadriven.com/content/groups/public/org/renjin/renjin-gnur-package/0.8.2558/renjin-gnur-package-0.8.2558.tar.gz", "renjin.tgz") install.packages("renjin.tgz", repos = NULL, type = "source") diff --git a/source/writing-renjin-extensions.rst b/source/writing-renjin-extensions.rst index 268f258..769857b 100644 --- a/source/writing-renjin-extensions.rst +++ b/source/writing-renjin-extensions.rst @@ -102,7 +102,7 @@ packages: UTF-8 - 0.8.2557 + 0.8.2558