CRAN
multiplyr 0.1.1
Data Manipulation with Parallelism and Shared Memory Matrices
Released May 31, 2016 by Jim Blundell
Dependencies
magrittr 1.5 bigmemory.sri 0.1.3 bigmemory 4.5.33
Provides a new form of data frame backed by shared memory matrices and a way to manipulate them. Upon creation these data frames are shared across multiple local nodes to allow for simple parallel processing.
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>multiplyr</artifactId> <version>0.1.1-b23</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:multiplyr')
Test Results
This package was last tested against Renjin 0.9.2687 on Aug 25, 2018.