CRAN

nzilbb.labbcat 0.2-2

Accessing Data Stored in 'LaBB-CAT' Instances

Released Apr 26, 2019 by Robert Fromont

This package can be loaded by Renjin but all tests failed. An older version of this package is more compatible with Renjin.

Dependencies

rstudioapi 0.10 jsonlite 1.6 httr 1.4.0 stringr 1.4.0

'LaBB-CAT' is a web-based language corpus management system developed by the New Zealand Institute of Language, Brain and Behaviour (NZILBB) - see . This package defines functions for accessing corpus data in a 'LaBB-CAT' instance. You must have at least version 20190425.1121 of 'LaBB-CAT' to use this package. For more information about 'LaBB-CAT', see Robert Fromont and Jennifer Hay (2008) or Robert Fromont (2017) .

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>nzilbb.labbcat</artifactId>
    <version>0.2-2-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:nzilbb.labbcat')

Test Results

This package was last tested against Renjin 0.9.2725 on May 4, 2019.

Source

R

View GitHub Mirror

Release History