This file is indexed.

/usr/lib/R/site-library/beeswarm/NAMESPACE is in r-cran-beeswarm 0.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
export(beeswarm, bxplot, swarmx, swarmy)

S3method(beeswarm, default)
S3method(beeswarm, formula)
S3method(bxplot, default)
S3method(bxplot, formula)

importFrom("grDevices", "extendrange", "xy.coords")
importFrom("graphics", "axis", "box", "boxplot", "par", "plot", "points", "segments", "xinch", "yinch")
importFrom("stats", "approx", "density", "na.omit", "quantile", "runif")
importFrom("utils", "head", "tail")