Package: communication
Type: Package
Title: Feature Extraction and Model Estimation for Audio of Human
        Speech
Version: 0.1
Date: 2021-02-12
Authors@R: c(person("Dean", "Knox", email = "dcknox@upenn.edu", role = c("aut")),
	     person("Christopher", "Lucas", email = "christopher.lucas@wustl.edu", role = c("aut", "cre")),
	     person("Guilherme", "Duarte", role = "ctb"),
	     person("Alex", "Shmuley", role = "ctb"),	 
	     person("Vineet", "Bansal", role = "ctb"),
	     person("Vadym", "Vashchenko", role = "ctb"))
Maintainer: Christopher Lucas <christopher.lucas@wustl.edu>
Description: Provides fast, easy feature extraction of human speech and model estimation
	     with hidden Markov models. Flexible extraction of phonetic features and their
	     derivatives, with necessary preprocessing options like feature standardization.
	     Communication can estimate supervised and unsupervised hidden Markov models with
	     these features, with cross validation and corrections for auto-correlation in
	     features. Methods developed in Knox and Lucas (2021) <doi:10.7910/DVN.8BTOHQ>.
Depends: R (>= 3.5.0)
License: GPL (>= 2)
Imports: Rcpp (>= 1.0.2), purrr, magrittr, diagram, GGally, grid,
        useful, ggplot2, reshape2, tuneR, wrassp, gtools, signal, plyr,
        RColorBrewer, scales, abind, igraph, gtable
LinkingTo: Rcpp, RcppArmadillo (>= 0.9.700.2.0)
RoxygenNote: 7.1.1
Encoding: UTF-8
Suggests: knitr, qpdf, rmarkdown, testthat
VignetteBuilder: knitr
NeedsCompilation: yes
Packaged: 2021-02-24 00:34:37 UTC; christopher
Author: Dean Knox [aut],
  Christopher Lucas [aut, cre],
  Guilherme Duarte [ctb],
  Alex Shmuley [ctb],
  Vineet Bansal [ctb],
  Vadym Vashchenko [ctb]
Repository: CRAN
Date/Publication: 2021-02-25 09:20:02 UTC
Built: R 4.6.0; x86_64-w64-mingw32; 2025-11-13 05:25:05 UTC; windows
Archs: x64
