Jump to letter: [
4ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
R: A language for data analysis and graphics
- Summary
- `GNU S' - A language and environment for statistical computing and
graphics. R is similar to the award-winning S system, which was
developed at Bell Laboratories by John Chambers et al. It provides a
wide variety of statistical and graphical techniques (linear and
nonlinear modelling, statistical tests, time series analysis,
classification, clustering, ...).
R is designed as a true computer language with control-flow
constructions for iteration and alternation, and it allows users to
add additional functionality by defining new functions. For
computationally intensive tasks, C, C++ and Fortran code can be linked
and called at run time.
Changelog
- * Tue Mar 21 18:00:00 2006 Martyn Plummer <plummer{%}iarc{*}fr> 1:2.2.1-2
- Modified for FC5
- * Tue Jan 3 18:00:00 2006 Martyn Plumer <plummber{%}iarc{*}fr> 1:2.2.1-1
- Restored CAPABILITIES file lost in 2.2.1beta
- * Mon Dec 12 18:00:00 2005 Martyn Plummer <plummer{%}iarc{*}fr> 1:2.2.1beta-1
- Configure uses --without-blas by default.
- Install pdf manuals.
- All toplevel documentation files are installed into _libdir/R
as they may be required by R (qv note on AUTHORS and THANKS below).
- Legacy scripts for rebuilding package indices removed.