Download List

Project Description

R is a language and environment for statistical computing and graphics. It is similar to S, 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, etc.). 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, Fortran and C code can be linked and called at run time.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2001-03-14 02:38
1.2.2

A Macintosh port, and a couple of minor bugfixes.
Tags: Major feature enhancements

2001-01-30 15:13
1.2.1

This is mainly a bug-fix release. New features include factor analysis (factanal, varimax, promax), the ability to transfer binary data to and from connections, and Sd2Rd now handling S4-style documentation. See the NEWS file for details.

2001-01-30 15:13
1.2.0

The most important change is a new memory management system using a generational garbage collector, which improves performance. The workspace is no longer statically sized, and both the vector heap and the number of nodes can grow (or shrink) as needed. R comes now with 2 new manuals: ``The R language definition'' covering the language per se and ``R Data Import/Export'' describing data exchange with other software, databases, etc. There are lots of other new features, please see the NEWS file for details.

2001-01-30 15:13
1.1.1

This is mainly a bugfix release. New features include the ability for help to search in all installed packages, improved detection of Tcl/Tk at configure time, a new test for trend in proportions (prop.trend.test()), and a new argument to write.table(), called `dec', for setting the decimal separator.

2001-01-30 15:13
1.1.0

A new package tcltk, providing interface and language bindings for TCL/Tk, separation of the X11 support code into a shared library to compile and run R without X, ability to build Mathlib as a standalone library, many interface enhancements to the data editor, new function dev.copy2eps(), and new devices for direct creation of JPEG and PNG bitmaps.

Project Resources