Installing TraMineR development version on Mac OS/X

Mac binaries of the development version of TraMineR are no longer provided on R-Forge repository. You have to install the development version from the source files, that is, compile TraMineR on your system.

Installing from the source files

The source file for the development version are available from the TraMineR R-Forge repository. In order to compile TraMineR on your system, you must have the Xcode tools installed. More information on how to install source packages is described here.
Once you have installed the required tools, you can just compile and install TraMineR by typing (or copy/pasting) the following command in the R console
install.packages("TraMineR", repos="http://R-Forge.R-project.org", type="source")