This file is indexed.

/usr/lib/R/site-library/RGtk2/NAMESPACE is in r-cran-rgtk2 2.20.34-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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
exportPattern("^[^\\.]")
export(.RGtkCall)

#useDynLib(RGtk2)

importFrom(utils, unzip, menu, download.file)
importFrom(methods, new)

S3method(dimnames, RGtkDataFrame)
S3method("dimnames<-", RGtkDataFrame)
S3method(dim, RGtkDataFrame)
S3method("[<-", RGtkDataFrame)
S3method("[", RGtkDataFrame)
S3method("as.data.frame", RGtkDataFrame)

S3method(names, GObject)
S3method(names, GtkObject)
S3method("[", GObject)
S3method("[<-", GObject)
S3method("$", GObject)
S3method("$<-", GObject)
S3method("[[<-", GObject)
S3method("[[", GObject)

S3method(print, CallbackID)

S3method("==", RGtkObject)
S3method("[[", RGtkObject)
S3method("$", RGtkObject)

S3method("[[", GtkContainer)

S3method("[", flags)
S3method("[", enums)
S3method("==", enum)

S3method(print, enum)
S3method(print, flag)
S3method(print, enums)
S3method(print, flags)

S3method("$", "<invalid>")

S3method("!", flag)
S3method("&", flag)
S3method("|", flag)

S3method(print, GType)

S3method(giocon, GIOStream)
S3method(giocon, GInputStream)
S3method(giocon, GOutputStream)