CRAN

gmat 0.2.0

Simulation of Graphically Constrained Matrices

Released Dec 3, 2018 by Irene Córdoba

This package can be loaded by Renjin but 21 out 102 tests failed.

Dependencies

igraph 1.2.2

Simulation of positive definite matrices constrained by an undirected or acyclic directed graph structure.

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>gmat</artifactId>
    <version>0.2.0-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:gmat')

Test Results

This package was last tested against Renjin 0.9.2716 on Dec 19, 2018.

Source

R
C

View GitHub Mirror

Release History