CRAN
GridR 0.9.1
Executes functions on remote hosts, clusters or grids.
Released Feb 3, 2009 by Dennis Wegener
This package can be loaded by Renjin but 8 out 9 tests failed.
Dependencies
GridR is an R-Package that can be used to submit R functions for execution on remote computers, clusters or grids. In addition, users are provided with an interface to share variables and functions with other users.
Installation
Maven
This package can be included as a dependency from a Java or Scala project by including
the following your project's pom.xml
file.
Read more
about embedding Renjin in JVM-based projects.
<dependencies> <dependency> <groupId>org.renjin.cran</groupId> <artifactId>GridR</artifactId> <version>0.9.1-b242</version> </dependency> </dependencies> <repositories> <repository> <id>bedatadriven</id> <name>bedatadriven public repo</name> <url>https://nexus.bedatadriven.com/content/groups/public/</url> </repository> </repositories>
Renjin CLI
If you're using Renjin from the command line, you load this library by invoking:
library('org.renjin.cran:GridR')
Test Results
This package was last tested against Renjin 0.9.2687 on Aug 24, 2018.