r-base-dev

Gnu r installation of auxiliary gnu r packages
  http://www.r-project.org/
  0
  no reviews



R is a system for statistical computation and graphics. it consists of a language plus a run-time environment with graphics, a debugger, access to certain system functions, and the ability to run programs stored in script files.

the design of r has been heavily influenced by two existing languages: becker, chambers & wilks' s and sussman's scheme. whereas the resulting language is very similar in appearance to s, the underlying implementation and semantics are derived from scheme.

the core of r is an interpreted computer language which allows branching and looping as well as modular programming using functions. most of the user-visible functions in r are written in r. it is possible for the user to interface to procedures written in the c, c++, or fortran languages for efficiency, and many of r's core functions do so. the r distribution contains functionality for a large number of statistical procedures and underlying applied math computations. there is also a large set of functions which provide a flexible graphical environment for creating various kinds of data presentations.

additionally, several thousand extension "packages" are available from cran, the comprehensive r archive network, many also as debian packages, named 'r-cran-'.

this package ensures that other debian packages needed for installation of some auxiliary r packages are installed.