This file is indexed.

/usr/lib/R/site-library/adegraphics/NAMESPACE is in r-cran-adegraphics 1.0-6-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
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
import("grDevices")
import("grid")
import("lattice")
import("utils")
importFrom("ade4", "covfacwt", "covwt", "dudi.pca", "inertia.dudi", "kplot", "meanfacwt", "scatter", "score", "varfacwt", "varwt")
importFrom("graphics", "hist", "plot")
importFrom("KernSmooth", "bkde", "bkde2D")
importFrom("latticeExtra", "panel.ellipse")
importFrom("methods", "callNextMethod", "new", "show", "validObject")
importFrom("RColorBrewer", "brewer.pal")
importFrom("sp", "GridTopology", "is.projected", "Polygon", "Polygons", "proj4string", "sp.grid", "sp.lines", "sp.points", "sp.polygons", "SpatialGrid", "SpatialPointsDataFrame", "SpatialPolygons", "SpatialPolygonsDataFrame", "sppanel")
importMethodsFrom("sp", "[", "bbox", "coerce", "coordinates", "over")
importClassesFrom("sp", "Spatial", "SpatialGrid", "SpatialGridDataFrame", "SpatialLines", "SpatialLinesDataFrame", "SpatialPoints", "SpatialPointsDataFrame", "SpatialPolygons", "SpatialPolygonsDataFrame")
importFrom("stats", "as.formula", "biplot", "coefficients", "dnorm", "formula", "lm", "loess", "predict", "quantile", "reorder", "runif", "screeplot", "weighted.mean")

S3method("biplot", "dudi")
S3method("kplot", "foucart")
S3method("kplot", "mbpcaiv")
S3method("kplot", "mcoa")
S3method("kplot", "mfa")
S3method("kplot", "pta")
S3method("kplot", "sepan")
S3method("kplot", "statis")  
S3method("plot", "acm")
S3method("plot", "betcoi")
S3method("plot", "betdpcoa")
S3method("plot", "betwitdpcoa")
S3method("plot", "betrlq")
S3method("plot", "between")
S3method("plot", "coinertia")
S3method("plot", "discrimin")
S3method("plot", "dpcoa")
S3method("plot", "fca")
S3method("plot", "foucart")
S3method("plot", "inertia")
S3method("plot", "krandboot")
S3method("plot", "krandxval")
S3method("plot", "mcoa")
S3method("plot", "mfa")
S3method("plot", "multiblock")
S3method("plot", "multispati")
S3method("plot", "niche") 
S3method("plot", "pcaiv")
S3method("plot", "procuste")
S3method("plot", "randboot")
S3method("plot", "randxval")
S3method("plot", "rlq")
S3method("plot", "pta")
S3method("plot", "sepan")
S3method("plot", "statis")
S3method("plot", "witcoi")
S3method("plot", "witdpcoa")
S3method("plot", "within")
S3method("plot", "witrlq")
S3method("scatter", "coa")
S3method("scatter", "dudi")
S3method("scatter", "nipals")
S3method("scatter", "pco")
S3method("score", "acm")
S3method("score", "mix")
S3method("score", "pca")
S3method("screeplot", "dudi")

export(
  "adegpar",
  "adeg.panel.label",
  "adeg.panel.edges",
  "adeg.panel.nb",
  "adeg.panel.Spatial",
  "adeg.panel.values",
  "adeg.panel.hist",
  "adeg.panel.join",
  "layout2position",
  "as.raster.pixmapRGB",
  "as.raster.pixmapGrey",
  "changelatticetheme",
  "sortparamADEg",
  "sortparamADEgS",
  "setlimits2D",
  "setlimits1D",
  "plotEig",
  "ADEgS",
  "s.label",
  "s.corcircle",
  "s.arrow",
  "s.class",
  "s.distri",
  "s.value",
  "s.image",
  "s.logo",
  "s.density",
  "s.match",
  "s.Spatial",
  "s.traject",
  "table.value",
  "table.image",
  "triangle.label",
  "triangle.match",
  "triangle.class",
  "triangle.traject",
  "s1d.label",
  "s1d.class",
  "s1d.curve",
  "s1d.curves",
  "s1d.density",
  "s1d.distri",
  "s1d.dotplot",
  "s1d.gauss",
  "s1d.hist",
  "s1d.barchart",
  "s1d.interval",
  "s1d.match",
  "s1d.boxplot",
  "kplot",
  "kplotsepan.coa",
  "biplot",
  "plot",
  "scatter",
  "score",
  "screeplot"
  )

exportMethods(
  "[",
  "[[",
  "[[<-",
  "+",
  "$",
  "length",
  "names",
  "names<-",
  "cbindADEg",
  "rbindADEg",
  "add.ADEg",
  "addhist",
  "addtext",
  "getcall",
  "getgraphics",
  "getlatticecall",
  "getparameters",
  "getpositions",
  "getstats",
  "gettrellis",
  "insert",
  "panel",
  "panelbase",
  "plot",
  "prepare",
  "print",
  "printSuperpose",
  "setlatticecall",
  "show",
  "superpose",
  "update",
  "zoom"
  )

exportClasses(
  "ADEg",
  "ADEgS",
  "ADEg.C1",
  "ADEg.S1",
  "ADEg.S2",
  "ADEg.T",
  "ADEg.Tr",
  "C1.barchart",
  "C1.curve",
  "C1.curves",
  "C1.density",
  "C1.dotplot",
  "C1.gauss",
  "C1.hist",
  "C1.interval",
  "S1.boxplot",
  "S1.class",
  "S1.distri",
  "S1.label",
  "S1.match",
  "S2.arrow",
  "S2.class",
  "S2.corcircle",
  "S2.density",
  "S2.distri",
  "S2.image",
  "S2.label",
  "S2.logo",
  "S2.match",
  "S2.traject",
  "S2.value",
  "T.cont",
  "T.image",
  "T.value",
  "Tr.class",
  "Tr.label",
  "Tr.match",
  "Tr.traject"
  )