This file is indexed.

/usr/lib/R/site-library/maps/NAMESPACE is in r-cran-maps 3.3.0-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
import("graphics")
importFrom("utils", "read.delim")
export(world.legacy,iso.expand,sov.expand,iso.alpha,area.map, identify.map, 
       map, map.axes, map.cities, map.scale, map.text, map.where, map.wrap, 
       match.map, smooth.map, .map.range,
       SpatialPolygons2map, SpatialLines2map, map.wrap.poly, map.clip.poly)
S3method(identify, map)
useDynLib("maps", .registration = TRUE, .fixes="C_")