This file is indexed.

/usr/lib/R/site-library/digest/NAMESPACE is in r-cran-digest 0.6.15-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
## package has a dynamic library
useDynLib(digest, digest_impl=digest, AESinit, AESencryptECB, AESdecryptECB)

## and exported functions
export(AES,
       digest,
       sha1,
       hmac,
       makeRaw)

S3method(print, AES)

S3method(sha1, anova)
S3method(sha1, array)
S3method(sha1, call)
S3method(sha1, character)
S3method(sha1, complex)
S3method(sha1, data.frame)
S3method(sha1, Date)
S3method(sha1, default)
S3method(sha1, integer)
S3method(sha1, factor)
S3method(sha1, "function")
S3method(sha1, logical)
S3method(sha1, list)
S3method(sha1, matrix)
S3method(sha1, name)
S3method(sha1, NULL)
S3method(sha1, numeric)
S3method(sha1, pairlist)
S3method(sha1, POSIXct)
S3method(sha1, POSIXlt)
S3method(sha1, raw)

S3method(makeRaw, default)
S3method(makeRaw, digest)
S3method(makeRaw, character)
S3method(makeRaw, raw)