Installing R

    Go to CRAN and install R. You must have R-2.6.0 or higher to use TIMP_1.5.

Installing TIMP, stable version from CRAN

    1. start R
    2. execute the command (as root)
      install.packages("TIMP")

Installing TIMP, bleeding edge version

    1. download the package as source or a Windows binary from here
    2. if installing from source, as root execute the command "R CMD INSTALL TIMP_1.5.tar.gz"; if installing under Windows choose to install the package from source (from the "packages" menu in RGUI)

    Alternatively, the bleeding edge version of TIMP may be installed via R-Forge with the R command (as root)
      install.packages("packagename",repos="http://r-forge.r-project.org")