Download and installation

Quick Installation guide

First you need to install the R packages.

Installation of R packages

  1. Download and install R from Cran
  2. Download and install packages, preferrably directly from Cran in an R session: > install.packages("intamap"). It is also possible to download zip-files from downloads and install them with > install.packages("intamap-1.x.x.xxx") where x.x is the version number and xxx is either .zip (for Windows) or .tar.gz (for other platforms).
  3. If you install from the zip-files, you should first run the following command to install packages that intamap depends on: >install.packages(c("automap", "akima", "evd", "gstat", "mvtnorm", "rgdal", "sp")) if you are installing the package intamapInteractive, you will also need: >install.packages(c("deldir", "gpclib", "mgcv", "spatstat"))
  4. See the description of the R-packages for more detailed description on how to install the R-packages (particularly how to install the psgp package, what to do if you dont have limited write access and how to set up time prediction for your architecture)

Now you need to install the Rserve.