Chapter 5 About R

R is a free, open-source software and programming language developed in 1995 at the University of Auckland as an environment for statistical computing and graphics (Ikaha and Gentleman, 1996). Since then R has become one of the dominant software environments for data analysis and is used by a variety of scientific disciplines. CRAN Tasks provides an excellent overview of existing R packages for a given discipline (see for instance Envirometrics Task View; Spatial Task View).

R offers numerous advantages, such as:

  1. Free and Open source

  2. Reproducible Research

    • repeatable:
      • code + output in a single document
      • easier the re-analyses
    • scalable: applicable to small or large datasets
    • extensible: several
  3. Getting help

  4. Learning Resources