Installing the EMU-SDMS

  1. R
  1. emuR
  1. EMU-webApp (prerequisite)

Installing additional R-packages that are used throughout this document

  • ggplot2 for visualization purposes: install.packages("ggplot2")
  • dplyr for data manipulation: install.packages("dplyr")

Version disclaimer

This document describes the following versions of the software components:

  • wrassp
    • Package version: 0.1.4
    • Git SHA1: jsonlite::fromJSON("https://api.github.com/repos/IPS-LMU/wrassp/branches/master")$commit$sha
  • emuR
    • Package version: packageVersion("emuR")
    • Git SHA1: jsonlite::fromJSON("https://api.github.com/repos/IPS-LMU/emuR/branches/master")$commit$sha
  • EMU-webApp
    • Version: jsonlite::fromJSON("https://raw.githubusercontent.com/IPS-LMU/EMU-webApp/master/package.json")$version
    • Git SHA1: 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.

For developers and people interested in the source code

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.