CRAN
gearman 0.1-5
R interface to the Gearman Job Server
Released Jul 5, 2013 by Jeffrey Horner
This package can be loaded by Renjin but there was an error compiling C/FORTRAN sources and no tests could be found for the package.
gearman provides a reference class interface to the Gearman Job server. gearman links to the libgearman C library and currently exposes the client API, allowing R users to submit jobs to Gearman Job servers. A future version may expose the worker API, thus allowing users to place R jobs within the server... callable by any gearman-enabled client.
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>gearman</artifactId> <version>0.1-5-b280</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:gearman')