File: index-default.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 (79 lines) | stat: -rw-r--r-- 2,479 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
<!DOCTYPE html>
<html>
<head>
<title>The R Language</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<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>Statistical Data Analysis
<img class="toplogo" src="Rlogo.svg" alt="[R logo]"> 
</h1>

<hr style="width: 100%;">

<h2>Manuals</h2>

<table style="width: 100%;">
  <tr>
    <td style="text-align: center; width: 50%;">
    <a href="../manual/R-intro.html">An Introduction to R</a>
    </td>
    <td style="text-align: center; width: 50%;">
    <a href="../manual/R-lang.html">The R Language Definition</a>
    </td>
  </tr>
  <tr>
    <td style="text-align: center; width: 50%;">
    <a href="../manual/R-exts.html">Writing R Extensions</a>
    </td>
    <td style="text-align: center; width: 50%;">
    <a href="../manual/R-admin.html">R Installation and Administration</a>
    </td>
  </tr>  
  <tr>
    <td style="text-align: center; width: 50%;">
    <a href="../manual/R-data.html">R Data Import/Export</a>
    </td>
    <td style="text-align: center; width: 50%;">
    <a href="../manual/R-ints.html">R Internals</a>
    </td>
  </tr>
</table>


<h2>Reference</h2>

<table style="width: 100%;">
<tr>
<td style="text-align: center; width: 50%;"><a href="packages.html">Packages</a></td>
<td style="text-align: center; width: 50%;"><a href="Search.html">Search Engine &amp; Keywords</a></td>
</tr>
</table>

<h2>Miscellaneous Material</h2>

<table style="width: 100%;">
<tr>
<td style="text-align: center; width: 33%;"><a href="about.html">About R</a> </td>
<td style="text-align: center; width: 33%;"><a href="../AUTHORS">Authors</a> </td>
<td style="text-align: center; width: 33%;"><a href="resources.html">Resources</a></td>
</tr>
<tr>
<td style="text-align: center; width: 33%;"><a href="../COPYING">License</a></td>
<td style="text-align: center; width: 33%;"><a href="../manual/R-FAQ.html">Frequently Asked Questions</a> </td>
<td style="text-align: center; width: 33%;"><a href="../THANKS">Thanks</a> </td>
</tr>
<tr>
<td style="text-align: center; width: 33%;"><a href="NEWS.html">NEWS</a></td>
<td style="text-align: center; width: 33%;"><a href="UserManuals.html">User Manuals</a></td>
<td style="text-align: center; width: 33%;"><a href="http://developer.R-project.org/TechDocs">Technical papers</a></td>
</tr>
</table>

</div>
</body>
</html>