forked from tjmahr/readtextgrid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
32 lines (32 loc) · 886 Bytes
/
DESCRIPTION
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
29
30
31
32
Package: readtextgrid
Type: Package
Title: Read in a 'Praat' 'TextGrid' File
Version: 0.1.1.9000
Authors@R:
person(given = "Tristan",
family = "Mahr",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-8890-5116"))
Description: 'Praat' is a widely used tool for manipulating, annotating and
analyzing speech and acoustic data. It stores annotation data in a
format called a 'TextGrid'. This package provides a way to read these
files into R.
License: GPL-3
Encoding: UTF-8
LazyData: true
Depends: R (>= 4.1.0)
Suggests:
testthat (>= 2.1.0)
RoxygenNote: 7.2.3
Imports:
stats,
utils,
tibble,
purrr,
readr,
stringr,
plyr
URL: https://github.com/tjmahr/readtextgrid
BugReports: https://github.com/tjmahr/readtextgrid/issues
Roxygen: list(markdown = TRUE)