This file is indexed.

/usr/lib/R/library/codetools/NAMESPACE is in r-cran-codetools 0.2-14-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
export(walkCode,makeCodeWalker)

export(showTree)

export(makeConstantFolder,constantFold)
export(isConstantValue)

export(getAssignedVar)
export(makeLocalsCollector,collectLocals)
export(findLocals,findLocalsList)
export(findFuncLocals)

export(flattenAssignment)

export(makeUsageCollector,collectUsage)
export(findGlobals)

export(checkUsage, checkUsageEnv, checkUsagePackage)