BioConductor

matter 1.6.0

A framework for rapid prototyping with binary data on disk

Released Oct 11, 2016 by Kylie A. Bemis

This package can be loaded by Renjin but 23 out 39 tests failed.

Dependencies

digest 0.6.16 irlba 2.3.2 biglm 0.9-1 BiocGenerics 0.26.0

Memory-efficient reading, writing, and manipulation of structured binary data on disk as vectors, matrices, arrays, lists, and data frames.

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.bioconductor</groupId>
    <artifactId>matter</artifactId>
    <version>1.6.0-b2</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.bioconductor:matter')

Test Results

This package was last tested against Renjin 0.9.2687 on Aug 25, 2018.

Source

R
C
C++

Release History