-
Notifications
You must be signed in to change notification settings - Fork 86
/
Copy pathabout.html
38 lines (32 loc) · 907 Bytes
/
about.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<!DOCTYPE html>
<html>
<head>
<title>R: About R</title>
<meta http-equiv="Content-Type" content= "text/html; charset=us-ascii" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
<link rel="stylesheet" type="text/css" href="R.css" />
</head>
<body>
<div class="container">
<h1>About <img class="toplogo" src="Rlogo.svg" alt="[R logo]"></h1>
<hr style="width: 100%;">
<p>
<b>R</b> is a free software environment for statistical computing and
graphics. It compiles and runs on a wide variety of UNIX platforms,
Windows and macOS.
</p>
<p>
See the
<a href="https://www.R-project.org/about.html">R project web page on
"What is R?"</a>
for more information.
</p>
<p>
Sources and binaries for R and for contributed packages are available
from the
<a href="https://CRAN.R-project.org">Comprehensive R Archive Network
(CRAN)</a>.
</p>
</div>
</body>
</html>