The R Project SVN R

Rev

Rev 89878 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
81685 hornik 1
<!DOCTYPE html>
89878 hornik 2
<html lang="en">
37172 ripley 3
<head>
4
<title>R: About R</title>
89952 hornik 5
<meta http-equiv="Content-Type" content= "text/html; charset=utf-8">
89878 hornik 6
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
7
<link rel="stylesheet" type="text/css" href="R.css">
80928 hornik 8
</head>
9
<body>
10
<div class="container">
659 leisch 11
 
70153 murdoch 12
<h1>About <img class="toplogo" src="Rlogo.svg" alt="[R logo]"></h1>
659 leisch 13
 
82282 hornik 14
<hr style="width: 100%;">
659 leisch 15
 
80281 hornik 16
<p>
17
<b>R</b> is a free software environment for statistical computing and
18
graphics.  It compiles and runs on a wide variety of UNIX platforms,
19
Windows and macOS.
20
</p>
659 leisch 21
 
80281 hornik 22
<p>
23
See the 
24
<a href="https://www.R-project.org/about.html">R project web page on
25
  "What is R?"</a> 
26
for more information.
27
</p>
659 leisch 28
 
80281 hornik 29
<p>
30
Sources and binaries for R and for contributed packages are available
31
from the 
32
<a href="https://CRAN.R-project.org">Comprehensive R Archive Network
33
  (CRAN)</a>.
34
</p>
659 leisch 35
 
80928 hornik 36
</div>
37
</body>
37172 ripley 38
</html>