This file is indexed.

/usr/lib/R/site-library/ellipse/NAMESPACE is in r-cran-ellipse 0.4.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
export(ellipse,plotcorr,pairs)
  
importFrom("graphics", "axis", "box", "lines", "mtext", "par", "plot",
             "plot.new", "polygon", "strwidth", "text")
importFrom("stats", "approx", "qchisq", "qf", "spline")

S3method(ellipse,arima0)
S3method(ellipse,default)
S3method(ellipse,glm)
S3method(ellipse,lm)
S3method(ellipse,nls)
S3method(ellipse,profile)
S3method(ellipse,profile.glm)
S3method(ellipse,profile.nls)
S3method(pairs,profile)
S3method(pairs,default,.pairs_default)
S3method(pairs,formula,.pairs_formula)