CRAN

distcomp 1.0-1

Computations over Distributed Data without Aggregation

Released May 16, 2017 by Balasubramanian Narasimhan

This package is available for Renjin and there are no known compatibility issues.

Dependencies

R6 2.2.2 survival 2.41-3 stringr 1.2.0 digest 0.6.13 httr 1.3.1 jsonlite 1.5 shiny 1.0.5

Implementing algorithms and fitting models when sites (possibly remote) share computation summaries rather than actual data over HTTP with a master R process (using 'opencpu', for example). A stratified Cox model and a singular value decomposition are provided. The former makes direct use of code from the R 'survival' package. (That is, the underlying Cox model code is derived from that in the R 'survival' package.) Sites may provide data via several means: CSV files, Redcap API, etc. An extensible design allows for new methods to be added in the future. Web applications are provided (via 'shiny') for the implemented methods to help in designing and deploying the computations.

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>distcomp</artifactId>
    <version>1.0-1-b13</version>
  </dependency>
</dependencies>
<repositories>
  <repository>
    <id>bedatadriven</id>
    <name>bedatadriven public repo</name>
    <url>https://nexus.bedatadriven.com/content/groups/public/</url>
  </repository>
</repositories>

View build log

Renjin CLI

If you're using Renjin from the command line, you load this library by invoking:

library('org.renjin.cran:distcomp')

Test Results

This package was last tested against Renjin 0.8.2561 on Dec 22, 2017.