The R Project SVN R

Rev

Rev 24068 | Rev 37169 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
659 leisch 1
<HTML>
2
<HEAD>
3
<TITLE>R: About R</TITLE>
27969 ripley 4
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
6390 leisch 5
<LINK REL=STYLESHEET TYPE="text/css" HREF="R.css">
659 leisch 6
</HEAD>
7
 
6390 leisch 8
<BODY>
659 leisch 9
 
10479 ripley 10
<h1>About <img class=toplogo src="logo.jpg" alt="[R logo]"></h1>
659 leisch 11
 
12
<HR WIDTH="100%">
13
 
6390 leisch 14
<h2>Introduction</h2>
659 leisch 15
 
12256 pd 16
<p> <B>R</B> is a computer language not entirely unlike the S language
17
developed at AT&amp;T Bell Laboratories by Rick Becker, John Chambers
18
and Allan Wilks. The two languages are implemented quite differently,
19
but bear enough superficial resemblence that users should be able to
20
switch between the two with relative ease.
659 leisch 21
 
12256 pd 22
Currently the software is undergoing active development.  Discussion of
23
the development process is carried out on the "r-devel" mailing list.
24
See the <a href="resources.html">resources page</a> for details on how
25
to subscribe to this list.
659 leisch 26
 
27
<P>
8406 ripley 28
We have implemented <B>R</B> in what we hope is a very portable
29
fashion and in way which requires relatively little in the way of
17472 ripley 30
machine resources.  Implementations exist for many 
31
for many members of the Unix family of operating systems,
32
including <B>AIX</B>, <b>FreeBSD</b>, <b>GNU/Linux</b>,
33
<b>HPUX</b>, <b>Irix</b>, <b>MacOS X</b>, <b>Solaris</b>, and
34
<b>Tru64</b>.  In addition there is a version for <b>Microsoft Windows</b>
24068 ripley 35
(9x, ME, NT4, 2000, XP).
659 leisch 36
 
6390 leisch 37
<h2>Present Status</h2>
659 leisch 38
 
8406 ripley 39
The present version implements most of the functionality in the 1988 S
40
book (the "Blue Book") and many of the applications.  In addition, we
41
have implemented much of the functionality from the 1992 S book (the
42
"White Book").  In particular we have versions of "lm", "glm", "aov"
17472 ripley 43
and "loess", and versions of "gam" and "tree" are available in
44
contributed packages.
659 leisch 45
 
8406 ripley 46
There are several manuals in the distribution, plus a comprehensive
47
set of help pages in "output independent" form which can be used to
48
create versions for HTML, LaTeX, text, PDF etc.
659 leisch 49
 
50
</BODY>
51
</HTML>