This file is indexed.

/usr/lib/R/site-library/gridExtra/NAMESPACE is in r-cran-gridextra 2.3-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
# Generated by roxygen2: do not edit by hand

S3method(drawDetails,lattice)
S3method(grid.draw,arrangelist)
S3method(print,arrangelist)
S3method(str,gtable)
export(arrangeGrob)
export(combine)
export(ellipseGrob)
export(grid.arrange)
export(grid.ellipse)
export(grid.ngon)
export(grid.table)
export(gtable_cbind)
export(gtable_combine)
export(gtable_rbind)
export(marrangeGrob)
export(ngonGrob)
export(polygon_regular)
export(tableGrob)
export(ttheme_default)
export(ttheme_minimal)
import(grid)
import(gtable)
importFrom(grDevices,dev.interactive)
importFrom(grDevices,dev.new)
importFrom(grDevices,n2mfrow)
importFrom(graphics,plot)
importFrom(utils,modifyList)
importFrom(utils,str)