File: about.html

package info (click to toggle)
r-base 4.5.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 112,924 kB
  • sloc: ansic: 291,338; fortran: 111,889; javascript: 14,798; yacc: 6,154; sh: 5,689; makefile: 5,239; tcl: 4,562; perl: 963; objc: 791; f90: 758; asm: 258; java: 31; sed: 1
file content (38 lines) | stat: -rw-r--r-- 907 bytes parent folder | download | duplicates (3)
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>