This file is indexed.

/usr/lib/R/site-library/mlbench/NAMESPACE is in r-cran-mlbench 2.1-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
useDynLib(mlbench)

export(bayesclass)
exportPattern("^mlbench.*")

S3method(as.data.frame, mlbench)
S3method(plot, mlbench)

S3method(bayesclass, noerr)
S3method(bayesclass, mlbench.2dnormals)
S3method(bayesclass, mlbench.circle)
S3method(bayesclass, mlbench.xor)
S3method(bayesclass, mlbench.cassini)
S3method(bayesclass, mlbench.cuboids)
S3method(bayesclass, mlbench.twonorm)
S3method(bayesclass, mlbench.threenorm)
S3method(bayesclass, mlbench.ringnorm)