This file is indexed.

/usr/lib/R/site-library/memoise/html/00Index.html is in r-cran-memoise 1.0.0-1.

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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><title>R: Memoisation of Functions</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" href="R.css" />
</head><body>
<h1> Memoisation of Functions
<img class="toplogo" src="../../../doc/html/Rlogo.svg" alt="[R logo]" />
</h1>
<hr/>
<div style="text-align: center;">
<a href="../../../doc/html/packages.html"><img class="arrow" src="../../../doc/html/left.jpg" alt="[Up]" /></a>
<a href="../../../doc/html/index.html"><img class="arrow" src="../../../doc/html/up.jpg" alt="[Top]" /></a>
</div><h2>Documentation for package &lsquo;memoise&rsquo; version 1.0.0</h2>

<ul><li><a href="../DESCRIPTION">DESCRIPTION file</a>.</li>
</ul>

<h2>Help Pages</h2>


<table width="100%">
<tr><td style="width: 25%;"><a href="forget.html">forget</a></td>
<td>Forget past results. Resets the cache of a memoised function.</td></tr>
<tr><td style="width: 25%;"><a href="has_cache.html">has_cache</a></td>
<td>Test whether a memoised function has been cached for particular arguments.</td></tr>
<tr><td style="width: 25%;"><a href="is.memoised.html">is.memoised</a></td>
<td>Test whether a function is a memoised copy. Memoised copies of functions carry an attribute 'memoised = TRUE', which is.memoised() tests for.</td></tr>
<tr><td style="width: 25%;"><a href="is.memoised.html">is.memoized</a></td>
<td>Test whether a function is a memoised copy. Memoised copies of functions carry an attribute 'memoised = TRUE', which is.memoised() tests for.</td></tr>
<tr><td style="width: 25%;"><a href="memoise.html">memoise</a></td>
<td>Memoise a function.</td></tr>
<tr><td style="width: 25%;"><a href="memoise.html">memoize</a></td>
<td>Memoise a function.</td></tr>
<tr><td style="width: 25%;"><a href="timeout.html">timeout</a></td>
<td>Return a new number after a given number of seconds</td></tr>
</table>
</body></html>