This file is indexed.

/usr/lib/R/library/parallel/html/00Index.html is in r-base-html 3.0.2-1ubuntu1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  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
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><title>R: Support for Parallel computation in R</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" type="text/css" href="R.css">
</head><body>
<h1> Support for Parallel computation in R
<img class="toplogo" src="../../../doc/html/logo.jpg" alt="[R logo]">
</h1>
<hr>
<div align="center">
<a href="../../../doc/html/packages.html"><img src="../../../doc/html/left.jpg" alt="[Up]" width="30" height="30" border="0"></a>
<a href="../../../doc/html/index.html"><img src="../../../doc/html/up.jpg" alt="[Top]" width="30" height="30" border="0"></a>
</div><h2>Documentation for package &lsquo;parallel&rsquo; version 3.0.2</h2>

<ul><li><a href="../DESCRIPTION">DESCRIPTION file</a>.</li>
<li><a href="../doc/index.html">User guides, package vignettes and other documentation.</a></li>
</ul>

<h2>Help Pages</h2>


<table width="100%">
<tr><td width="25%"><a href="parallel-package.html">parallel-package</a></td>
<td>Support for Parallel Computation</td></tr>
<tr><td width="25%"><a href="children.html">children</a></td>
<td>Low-level Functions for Management of Forked Processes</td></tr>
<tr><td width="25%"><a href="clusterApply.html">clusterApply</a></td>
<td>Apply Operations using Clusters</td></tr>
<tr><td width="25%"><a href="clusterApply.html">clusterApplyLB</a></td>
<td>Apply Operations using Clusters</td></tr>
<tr><td width="25%"><a href="clusterApply.html">clusterCall</a></td>
<td>Apply Operations using Clusters</td></tr>
<tr><td width="25%"><a href="clusterApply.html">clusterEvalQ</a></td>
<td>Apply Operations using Clusters</td></tr>
<tr><td width="25%"><a href="clusterApply.html">clusterExport</a></td>
<td>Apply Operations using Clusters</td></tr>
<tr><td width="25%"><a href="clusterApply.html">clusterMap</a></td>
<td>Apply Operations using Clusters</td></tr>
<tr><td width="25%"><a href="RngStream.html">clusterSetRNGStream</a></td>
<td>Implementation of Pierre L'Ecuyer's RngStreams</td></tr>
<tr><td width="25%"><a href="clusterApply.html">clusterSplit</a></td>
<td>Apply Operations using Clusters</td></tr>
<tr><td width="25%"><a href="detectCores.html">detectCores</a></td>
<td>Detect the Number of CPU Cores</td></tr>
<tr><td width="25%"><a href="makeCluster.html">makeCluster</a></td>
<td>Create a Parallel Socket Cluster</td></tr>
<tr><td width="25%"><a href="makeCluster.html">makeForkCluster</a></td>
<td>Create a Parallel Socket Cluster</td></tr>
<tr><td width="25%"><a href="makeCluster.html">makePSOCKcluster</a></td>
<td>Create a Parallel Socket Cluster</td></tr>
<tr><td width="25%"><a href="RngStream.html">mc.reset.stream</a></td>
<td>Implementation of Pierre L'Ecuyer's RngStreams</td></tr>
<tr><td width="25%"><a href="mcaffinity.html">mcaffinity</a></td>
<td>Get or Set CPU Affinity Mask of the Current Process</td></tr>
<tr><td width="25%"><a href="mcparallel.html">mccollect</a></td>
<td>Evaluate an R Expression Asynchronously in a Separate Process</td></tr>
<tr><td width="25%"><a href="mcfork.html">mcexit</a></td>
<td>Fork a Copy of the Current R Process</td></tr>
<tr><td width="25%"><a href="mcfork.html">mcfork</a></td>
<td>Fork a Copy of the Current R Process</td></tr>
<tr><td width="25%"><a href="children.html">mckill</a></td>
<td>Low-level Functions for Management of Forked Processes</td></tr>
<tr><td width="25%"><a href="mclapply.html">mclapply</a></td>
<td>Parallel Versions of 'lapply' and 'mapply' using Forking</td></tr>
<tr><td width="25%"><a href="mclapply.html">mcMap</a></td>
<td>Parallel Versions of 'lapply' and 'mapply' using Forking</td></tr>
<tr><td width="25%"><a href="mclapply.html">mcmapply</a></td>
<td>Parallel Versions of 'lapply' and 'mapply' using Forking</td></tr>
<tr><td width="25%"><a href="mcparallel.html">mcparallel</a></td>
<td>Evaluate an R Expression Asynchronously in a Separate Process</td></tr>
<tr><td width="25%"><a href="RngStream.html">nextRNGStream</a></td>
<td>Implementation of Pierre L'Ecuyer's RngStreams</td></tr>
<tr><td width="25%"><a href="RngStream.html">nextRNGSubStream</a></td>
<td>Implementation of Pierre L'Ecuyer's RngStreams</td></tr>
<tr><td width="25%"><a href="parallel-package.html">parallel</a></td>
<td>Support for Parallel Computation</td></tr>
<tr><td width="25%"><a href="clusterApply.html">parApply</a></td>
<td>Apply Operations using Clusters</td></tr>
<tr><td width="25%"><a href="clusterApply.html">parCapply</a></td>
<td>Apply Operations using Clusters</td></tr>
<tr><td width="25%"><a href="clusterApply.html">parLapply</a></td>
<td>Apply Operations using Clusters</td></tr>
<tr><td width="25%"><a href="clusterApply.html">parLapplyLB</a></td>
<td>Apply Operations using Clusters</td></tr>
<tr><td width="25%"><a href="clusterApply.html">parRapply</a></td>
<td>Apply Operations using Clusters</td></tr>
<tr><td width="25%"><a href="clusterApply.html">parSapply</a></td>
<td>Apply Operations using Clusters</td></tr>
<tr><td width="25%"><a href="clusterApply.html">parSapplyLB</a></td>
<td>Apply Operations using Clusters</td></tr>
<tr><td width="25%"><a href="pvec.html">pvec</a></td>
<td>Parallelize a Vector Map Function using Forking</td></tr>
<tr><td width="25%"><a href="children.html">readChild</a></td>
<td>Low-level Functions for Management of Forked Processes</td></tr>
<tr><td width="25%"><a href="children.html">readChildren</a></td>
<td>Low-level Functions for Management of Forked Processes</td></tr>
<tr><td width="25%"><a href="children.html">selectChildren</a></td>
<td>Low-level Functions for Management of Forked Processes</td></tr>
<tr><td width="25%"><a href="children.html">sendChildStdin</a></td>
<td>Low-level Functions for Management of Forked Processes</td></tr>
<tr><td width="25%"><a href="children.html">sendMaster</a></td>
<td>Low-level Functions for Management of Forked Processes</td></tr>
<tr><td width="25%"><a href="makeCluster.html">setDefaultCluster</a></td>
<td>Create a Parallel Socket Cluster</td></tr>
<tr><td width="25%"><a href="splitIndices.html">splitIndices</a></td>
<td>Divide Tasks for Distribution in a Cluster</td></tr>
<tr><td width="25%"><a href="makeCluster.html">stopCluster</a></td>
<td>Create a Parallel Socket Cluster</td></tr>
</table>
</body></html>