Download List

项目描述

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 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.

2009-04-17 21:44
2.9.0

这是一个开发版本,其中载有许多新功能。
This is a development release which contains a number of new features.

2008-12-22 22:39
2.8.1

这是一个维护版本,并修复了大部分小错误和平台问题。
标签: Minor bugfixes
This is a maintenance release and fixes a number
of mostly minor bugs and platform issues.

2008-08-26 01:52
2.7.2

这只是一次总结发布含有与2.7.x系列的所有已知修复的问题。
标签: Minor bugfixes
This is intended as a wrap-up release containing all known fixes to issues with the 2.7.x series.

2008-06-23 20:18
2.7.1

这是一个维护版本,并修复了大部分小错误和平台问题。值得注意的是,数字解释“ - ”,“+”,和“。”又回复到前2.7.0行为。
标签: Minor bugfixes
This is a maintenance release and fixes a number
of mostly minor bugs and platform issues. Notably,
the numeric interpretation of "-", "+", and "."
has reverted to pre-2.7.0 behavior.

2008-04-22 13:30
2.7.0

默认的图形设备非交互式的是,现在PDF格式()而不是后记()。默认宽度和高度的PDF()和位图()已更改为7英寸的屏幕相匹配的设备。对X11大多数用户()设备将看到一个新的设备具有不同的字体,抗混叠线和字体,并支持半透明颜色。相当大的努力,已实现从图形设备的默认尽可能类似的输出(尤其是接近,从PostScript / PDF格式)。还有许多其他改进。
标签: Major feature enhancements
The default graphics device for non-interactive use is now pdf() rather than postscript(). The default width and height for pdf() and bitmap() have been changed to 7 inches to match the screen devices. Most users of the X11() device will see a new device that has different fonts, anti-aliasing of lines and fonts, and supports semi-transparent colors. Considerable efforts have been made to make the default output from graphics devices as similar as possible (and in particular close to that from postscript/pdf). There were many other enhancements.

Project Resources