Installing EMEGS (Qt version)
binaries for Windows (installer)
Installing EMEGS (Qt version) with the windows installer is the
easiest way. Just double click the installer file and follow the
instructions on the dialogs.
Installing and configuring R
Install the R-packages reshape2, RSvgDevice and
Rserve, for instance by typing in the R command prompt
install.packages("RSvgDevice")
install.packages("reshape2")
install.packages("Rserve")
library(Rserve)
Rserve()