CRAN

qlcMatrix 0.9.7

Utility Sparse Matrix Functions for Quantitative Language Comparison

Released Apr 20, 2018 by Michael Cysouw

This package can be loaded by Renjin but 20 out 25 tests failed.

Dependencies

Matrix 1.2-14 sparsesvd 0.1-4 slam 0.1-43 docopt 0.6

Extension of the functionality of the Matrix package for using sparse matrices. Some of the functions are very general, while other are highly specific for special data format as used for quantitative language comparison (QLC).

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>qlcMatrix</artifactId>
    <version>0.9.7-b7</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:qlcMatrix')

Test Results

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

Source

R

View GitHub Mirror

Release History