This file is indexed.

/usr/lib/R/site-library/gtable/NAMESPACE is in r-cran-gtable 0.1.2-1.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
S3method("[",gtable)
S3method("dimnames<-",gtable)
S3method(cbind,gtable)
S3method(dim,gtable)
S3method(dimnames,gtable)
S3method(grid.draw,gTableChild)
S3method(grid.draw,gtable)
S3method(heightDetails,gtable)
S3method(length,gtable)
S3method(plot,gtable)
S3method(postDrawDetails,gTableParent)
S3method(preDrawDetails,gTableParent)
S3method(print,gtable)
S3method(rbind,gtable)
S3method(t,gtable)
S3method(widthDetails,gtable)
export(gtable)
export(gtable_add_col_space)
export(gtable_add_cols)
export(gtable_add_grob)
export(gtable_add_padding)
export(gtable_add_row_space)
export(gtable_add_rows)
export(gtable_col)
export(gtable_col_spacer)
export(gtable_filter)
export(gtable_height)
export(gtable_matrix)
export(gtable_row)
export(gtable_row_spacer)
export(gtable_show_layout)
export(gtable_trim)
export(gtable_width)
export(is.gtable)
import(grid)