-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
28 lines (28 loc) · 890 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
Package: speakr
Type: Package
Title: A Wrapper for the Phonetic Software 'Praat'
Version: 3.2.2
Date: 2024-01-29
Authors@R: person("Stefano", "Coretta", email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-9627-5532", github = "stefanocoretta"))
Description: It allows running 'Praat' scripts from R and it provides some
wrappers for basic plotting. It also adds support for literate markdown
tangling. The package is designed to bring reproducible phonetic research
into R.
License: MIT + file LICENSE
URL: https://github.com/stefanocoretta/speakr
BugReports: https://github.com/stefanocoretta/speakr/issues
Encoding: UTF-8
RoxygenNote: 7.3.1
Imports: cli,
ggplot2,
lifecycle,
quarto,
readr,
stringr,
tibble
Suggests: knitr,
rmarkdown
VignetteBuilder: knitr
Language: en_GB