This file is indexed.

/usr/lib/R/site-library/repr/NAMESPACE is in r-cran-repr 0.12.0-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
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
# Generated by roxygen2: do not edit by hand

S3method(repr_html,"function")
S3method(repr_html,Date)
S3method(repr_html,character)
S3method(repr_html,complex)
S3method(repr_html,data.frame)
S3method(repr_html,data.table)
S3method(repr_html,default)
S3method(repr_html,factor)
S3method(repr_html,help_files_with_topic)
S3method(repr_html,htmlwidget)
S3method(repr_html,integer)
S3method(repr_html,list)
S3method(repr_html,logical)
S3method(repr_html,matrix)
S3method(repr_html,numeric)
S3method(repr_html,packageIQR)
S3method(repr_html,shiny.tag.list)
S3method(repr_javascript,default)
S3method(repr_jpg,default)
S3method(repr_jpg,recordedplot)
S3method(repr_json,default)
S3method(repr_latex,"function")
S3method(repr_latex,Date)
S3method(repr_latex,character)
S3method(repr_latex,complex)
S3method(repr_latex,data.frame)
S3method(repr_latex,data.table)
S3method(repr_latex,default)
S3method(repr_latex,factor)
S3method(repr_latex,help_files_with_topic)
S3method(repr_latex,integer)
S3method(repr_latex,list)
S3method(repr_latex,logical)
S3method(repr_latex,matrix)
S3method(repr_latex,numeric)
S3method(repr_markdown,"function")
S3method(repr_markdown,Date)
S3method(repr_markdown,character)
S3method(repr_markdown,complex)
S3method(repr_markdown,data.frame)
S3method(repr_markdown,default)
S3method(repr_markdown,factor)
S3method(repr_markdown,integer)
S3method(repr_markdown,list)
S3method(repr_markdown,logical)
S3method(repr_markdown,matrix)
S3method(repr_markdown,numeric)
S3method(repr_pdf,default)
S3method(repr_pdf,recordedplot)
S3method(repr_png,default)
S3method(repr_png,recordedplot)
S3method(repr_svg,default)
S3method(repr_svg,recordedplot)
S3method(repr_text,data.frame)
S3method(repr_text,data.table)
S3method(repr_text,default)
S3method(repr_text,help_files_with_topic)
S3method(repr_text,htmlwidget)
S3method(repr_text,matrix)
S3method(repr_text,packageIQR)
S3method(repr_text,recordedplot)
S3method(repr_text,shiny.tag.list)
export(format2repr)
export(mime2repr)
export(repr)
export(repr_html)
export(repr_javascript)
export(repr_jpg)
export(repr_json)
export(repr_latex)
export(repr_markdown)
export(repr_option_defaults)
export(repr_pdf)
export(repr_png)
export(repr_svg)
export(repr_text)
importFrom(grDevices,cairo_pdf)
importFrom(grDevices,dev.off)
importFrom(grDevices,jpeg)
importFrom(grDevices,pdf)
importFrom(grDevices,png)
importFrom(grDevices,replayPlot)
importFrom(grDevices,svg)
importFrom(tools,Rd2HTML)
importFrom(tools,Rd2latex)
importFrom(tools,Rd2txt)
importFrom(utils,capture.output)
importFrom(utils,head)
importFrom(utils,tail)