Installing TraMineR development version on Linux and Unix

To install the development version of TraMineR just type in the R console:
install.packages("TraMineR", repos="http://R-Forge.R-project.org")
The package will be downloaded from the R-Forge TraMineR repository. Unlike Windows, there are no pre-compiled linux binaries for TraMiner. TraMineR is installed from the source package and compiled on your system. The tools needed for compilation must thus be available on your system. On Ubuntu Linux, the r-base-dev package will install the necessary tools. To do this you can use the Synaptic package manager or open a terminal and type:
sudo apt-get install r-base-dev