This file is indexed.

/usr/lib/R/site-library/deldir/NAMESPACE is in r-cran-deldir 0.1-12-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
# Export everything
exportPattern("*")
S3method(plot,deldir)
S3method(plot,tile.list)
S3method(plot,triang.list)
S3method("[",tile.list)
S3method(divchain,default)
S3method(divchain,deldir)
S3method(plot,divchain)
importFrom("grDevices", "col2rgb", "rgb")
importFrom("graphics", "axis", "box", "par", "plot", "points",
             "polygon", "rect", "segments", "text", "title")