-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathDESCRIPTION
More file actions
28 lines (28 loc) · 1.22 KB
/
DESCRIPTION
File metadata and controls
28 lines (28 loc) · 1.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Package: nzilbb.labbcat
Encoding: UTF-8
Version: 1.5-1
Date: 2026-03-31
Title: Accessing Data Stored in 'LaBB-CAT' Instances
Authors@R: c(person("Robert", "Fromont", role = c("aut", "cre"),
email = "robert.fromont@canterbury.ac.nz",
comment = c(ORCID = "0000-0001-5271-5487")))
Imports: jsonlite, httr, stringr, utils, rstudioapi, xml2
Description: 'LaBB-CAT' is a web-based language corpus management
system developed by the New Zealand Institute of Language, Brain
and Behaviour (NZILBB) - see <https://labbcat.canterbury.ac.nz>.
This package defines functions for accessing corpus data in a 'LaBB-CAT'
instance. You must have at least version 20230818.1400 of 'LaBB-CAT'
to use this package.
For more information about 'LaBB-CAT', see
Robert Fromont and Jennifer Hay (2008) <doi:10.3366/E1749503208000142>
or
Robert Fromont (2017) <doi:10.1016/j.csl.2017.01.004>.
License: GPL (>= 3)
Copyright: New Zealand Institute of Language, Brain and Behaviour,
University of Canterbury
URL: https://nzilbb.github.io/labbcat-R/, https://labbcat.canterbury.ac.nz
BugReports: https://github.com/nzilbb/labbcat-R/issues
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Suggests:
testthat (>= 2.1.0)