-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
39 lines (39 loc) · 1.08 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
Package: soundChangeR
Title: Agent-Based Model of Sound Change
Version: 1.1.1
Authors@R: c(
person("Johanna", "Cronenberg", , "[email protected]", role = c("aut", "cre")),
person("Michele", "Gubian", , "[email protected]", role = c("aut")),
person("Jonathan", "Harrington", , "[email protected]", role = c("ctb")),
person("Florian", "Schiel", , "[email protected]", role = c("ctb"))
)
Description: This package provides an implementation of an agent-based model (ABM) of sound change. It supports research conducted at the Institute of Phonetics and Speech Processing (IPS) at the University of Munich.
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Imports:
data.table,
dplyr,
FNN,
ggplot2,
magrittr,
MASS,
matrixcalc,
mclust,
mvtnorm,
NMF,
parallel,
purrr,
rlist,
smotefamily,
tibble,
tidyr,
tidyselect
Suggests:
rmarkdown,
knitr
VignetteBuilder: knitr
Depends:
R (>= 3.5.0)