R
emuR
R
.install.packages("emuR")
after the >
prompt to install the package. (You will only need to repeat this if package updates become available.)wrassp
package is a dependency of the emuR
package, it does not have to be installed separately.EMU-webApp
(prerequisite)EMU-webApp
is a current HTML5 compatible browser (Chrome/Firefox/Safari/Opera/…). However, as most of the development and testing is done using Chrome we recommend using it, as it is by far the best tested browser.ggplot2
for visualization purposes: install.packages("ggplot2")
dplyr
for data manipulation: install.packages("dplyr")
This document describes the following versions of the software components:
wrassp
jsonlite::fromJSON("https://api.github.com/repos/IPS-LMU/wrassp/branches/master")$commit$sha
emuR
packageVersion("emuR")
jsonlite::fromJSON("https://api.github.com/repos/IPS-LMU/emuR/branches/master")$commit$sha
EMU-webApp
jsonlite::fromJSON("https://raw.githubusercontent.com/IPS-LMU/EMU-webApp/master/package.json")$version
jsonlite::fromJSON("https://api.github.com/repos/IPS-LMU/EMU-webapp/branches/master")$commit$sha
As the development of the EMU Speech Database Management System is still ongoing, be sure you have the correct documentation to go with the version you are using.
The information on how to install and/or access the source code of the developer version including the possibility of accessing the versions described in this document (via the Git SHA1 hashes mentioned above) is given below.
wrassp
install.packages("devtools"); library("devtools"); install_github("IPS-LMU/wrassp")
emuR
install.packages("devtools"); library("devtools"); install_github("IPS-LMU/emuR")
EMU-webApp