CRAN

tensorr 0.1.1

Sparse Tensors in R

Released Jan 21, 2019 by Robert Zamora

This package can be loaded by Renjin but 51 out 138 tests failed.

Dependencies

Matrix 1.2-15 assertive.base 0.0-7 purrr 0.2.5 assertive.types 0.0-3 assertive.properties 0.0-4

Provides methods to manipulate and store sparse tensors. Tensors are multidimensional generalizations of matrices (two dimensional) and vectors (one dimensional).

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>tensorr</artifactId>
    <version>0.1.1-b1</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:tensorr')

Test Results

This package was last tested against Renjin 0.9.2719 on Jan 23, 2019.

Source

R

View GitHub Mirror

Release History