This file is indexed.

/usr/lib/R/site-library/gnm/NAMESPACE is in r-cran-gnm 1.0-8-1build1.

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
useDynLib(gnm)
export(asGnm, checkEstimable, Const, Diag,
       Dref, DrefWeights, exitInfo, Exp, expandCategorical, getContrasts,
       getModelFrame, gnm, instances, Inv, #Log, Logit,
       meanResiduals, MPinv, Mult, MultHomog,
       ofInterest, "ofInterest<-", parameters,
       pickCoef, qrSolve, #Raise,
       residSVD, se,
       Symm, termPredictors, Topo, wedderburn)

import(MASS, stats, Matrix) # classes
importFrom(graphics, plot)  # in plot.gnm; plot.profile.gnm
importFrom(nnet, class.ind) # in gnmTools, expandCategorical
importFrom(qvcalc, qvcalc) # in getContrasts
importFrom(relimp, pickFrom) # in getContrasts

S3method(add1, gnm)
S3method(addterm, gnm)
S3method(alias, gnm)
S3method(anova, gnm)
S3method(asGnm, glm)
S3method(asGnm, lm)
S3method(asGnm, default)
S3method(boxcox, gnm)
S3method(coef, gnm)
S3method(confint, gnm)
S3method(confint, profile.gnm)
S3method(cooks.distance, gnm)
S3method(dfbeta, gnm)
S3method(dfbetas, gnm)
S3method(drop1, gnm)
S3method(dropterm, gnm)
S3method(dummy.coef, gnm)
S3method(effects, gnm)
S3method(fitted, gnm)
S3method(hatvalues, gnm)
S3method(influence, gnm)
S3method(kappa, gnm)
S3method(labels, gnm)
S3method(logtrans, gnm)
S3method(model.frame, gnm)
S3method(model.matrix, gnm)
S3method(plot, gnm)
S3method(plot, profile.gnm)
S3method(predict, gnm)
S3method(print, gnm)
S3method(print, coef.gnm)
S3method(print, profile.gnm)
S3method(print, summary.gnm)
S3method(print, vcov.gnm)
S3method(print, meanResiduals)
S3method(profile, gnm)
S3method(proj, gnm)
S3method(residuals, gnm)
S3method(rstandard, gnm)
S3method(rstudent, gnm)
S3method(summary, gnm)
S3method(summary, meanResiduals)
S3method(termPredictors, default)
S3method(termPredictors, gnm)
S3method(update, gnm)
S3method(variable.names, gnm)
S3method(vcov, gnm)
S3method(weights, gnm)