-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
41 lines (41 loc) · 1.05 KB
/
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
33
34
35
36
37
38
39
40
41
Package: rticulate
Type: Package
Title: Articulatory Data Processing in R
Version: 2.0.1
Date: 2025-02-20
Authors@R: c(person(given = "Stefano",
family = "Coretta",
email = paste0("stefano.coretta", "@", "gmail.com"),
role = c("aut", "cre")))
Maintainer: Stefano Coretta <stefano.coretta@gmail.com>
Description: A tool for processing Articulate
Assistant Advanced™ (AAA) ultrasound tongue imaging data and Carstens AG500/1 electro-magnetic articulographic data.
URL: https://github.com/stefanocoretta/rticulate, https://stefanocoretta.github.io/rticulate/
BugReports: https://github.com/stefanocoretta/rticulate/issues
Depends: R (>= 4.1.0)
Encoding: UTF-8
LazyData: true
Imports: cli,
dplyr,
ggplot2,
glue,
gsignal,
magrittr,
mgcv,
pracma,
purrr,
readr,
rlang,
stats,
tibble,
tidyr,
tidyselect
RoxygenNote: 7.3.2
Suggests: knitr,
rcartocolor,
rmarkdown,
stringr,
tidyverse
VignetteBuilder: knitr
Language: en-US
License: MIT + file LICENSE