This file is indexed.

/usr/lib/R/site-library/rngtools/NAMESPACE is in r-cran-rngtools 1.2.4-2.

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
export(.getRNG)
export(.setRNG)
export(RNGdigest)
export(RNGinfo)
export(RNGrecovery)
export(RNGseed)
export(RNGseq)
export(RNGseq_seed)
export(RNGstr)
export(RNGtype)
export(checkRNG)
export(getRNG)
export(getRNG1)
export(hasRNG)
export(nextRNG)
export(rng.equal)
export(rng1.equal)
export(setRNG)
export(showRNG)
import(digest)
import(methods)
import(pkgmaker)
import(stringr)