-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
27 lines (27 loc) · 1.11 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
Package: dialectR
Type: Package
Title: Doing Dialectometry in R
Version: 1.0
Date: 2021-05-09
Authors@R: person(given = "Soh-Eun", family = "Shim", email = "soh-eun.shim@student.uni-tuebingen.de",
role = c("aut", "cre"))
Description: Quantitative approaches to dialectology based primarily on modifications of edit distance, which is more commonly known as the field of dialectometry. For further reference on the school of thought associated with these methods, see Wieling & Nerbonne (2015), <https://www.annualreviews.org/doi/10.1146/annurev-linguist-030514-124930>.
License: GPL (>= 2)
Imports: Rcpp (>= 1.0.5), ggplot2, deldir, ggvoronoi, dtw, reticulate, sf, dplyr, grDevices, tibble
LinkingTo: Rcpp, RcppProgress
SystemRequirements: C++11
LazyData: true
Config/reticulate:
list(
packages = list(
list(package = "numpy", pip = TRUE),
list(package = "sklearn", pip = TRUE),
list(package = "scipy", pip = TRUE),
list(package = "python_speech_features", pip = TRUE),
list(package = "speechpy", pip = TRUE),
)
)
RoxygenNote: 7.1.1
Encoding: UTF-8
Depends:
R (>= 2.10)