This file is indexed.

/usr/lib/R/site-library/modeltools/NAMESPACE is in r-cran-modeltools 0.2-21-2.

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
import(methods)
import(stats)
import(stats4)

export(ModelEnvFormula, ModelEnvMatrix, linearModel, glinearModel,
       survReg, Predict, ICL, KLdiv, Lapply, clusters, getModel,
       parameters, posterior, prior, refit, info, infoCheck, relabel,
       ParseFormula)

exportClasses("ModelEnv", "FormulaParts", "ModelEnvFormula", "StatModel",
              "StatModelCapabilities")

exportMethods("subset", "show", "dimension", "clone", "has", "initialize",
              "fit", "dpp", "na.omit", "na.fail", "na.pass", "subset",
              "MEapply", "info", "empty", "relabel")

S3method(fitted, linearModel)
S3method(model.matrix, linearModel)
S3method(predict, linearModel)
S3method(print, linearModel)
S3method(weights, linearModel)

S3method(fitted, glinearModel)
S3method(model.matrix, glinearModel)
S3method(predict, glinearModel)
S3method(print, glinearModel)

S3method(fitted, survReg)
S3method(logLik, survReg)
S3method(print, survReg)
S3method(weights, survReg)
S3method(model.matrix, survReg)