This file is indexed.

/usr/lib/R/site-library/BradleyTerry2/NAMESPACE is in r-cran-bradleyterry2 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
export(BTabilities, BTm, countsToBinomial, GenDavidson, glmmPQL, glmmPQL.control,
       plotProportions)

importFrom(brglm, brglm)
importFrom(gtools, combinations)
importFrom(lme4, findbars, nobars)
importFrom(stats, predict)

S3method(add1, BTm)
S3method(anova, BTm)
S3method(drop1, BTm)
S3method(formula, BTm)
S3method(model.matrix, BTm)
S3method(predict, BTm)
S3method(predict, BTglmmPQL)
S3method(print, BTm)
S3method(print, BTglmmPQL)
S3method(print, summary.BTglmmPQL)
S3method(residuals, BTm)
S3method(summary, BTglmmPQL)
S3method(vcov, BTglmmPQL)
S3method(print, BTabilities)
S3method(vcov, BTabilities)
S3method(coef, BTabilities)