This file is indexed.

/usr/lib/R/library/class/NAMESPACE is in r-cran-class 7.3-11-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
useDynLib(class, .registration = TRUE)

export(batchSOM, condense, knn, knn.cv, knn1, lvq1, lvq2, lvq3, lvqinit,
       lvqtest, multiedit, olvq1, reduce.nn, SOM, somgrid)

importFrom(graphics, plot)
importFrom(stats, dist)

S3method(plot, SOM)
S3method(plot, somgrid)