This file is indexed.

/usr/lib/R/site-library/evaluate/NAMESPACE is in r-cran-evaluate 0.10-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
S3method(parse_all,"function")
S3method(parse_all,character)
S3method(parse_all,connection)
S3method(parse_all,default)
S3method(replay,character)
S3method(replay,default)
S3method(replay,error)
S3method(replay,list)
S3method(replay,message)
S3method(replay,recordedplot)
S3method(replay,source)
S3method(replay,value)
S3method(replay,warning)
export(create_traceback)
export(evaluate)
export(flush_console)
export(inject_funs)
export(is.error)
export(is.message)
export(is.recordedplot)
export(is.source)
export(is.value)
export(is.warning)
export(new_output_handler)
export(parse_all)
export(replay)
export(set_hooks)
export(try_capture_stack)
import(grDevices)
import(graphics)
import(stringr)
import(utils)