This file is indexed.

/usr/lib/R/site-library/eco/NAMESPACE is in r-cran-eco 3.1-4-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
33
34
35
36
37
38
39
useDynLib(eco)

importFrom(MASS, mvrnorm)

export(eco, 	
       ecoBD,
       ecoNP,
       ecoML,
       summary.eco,
       summary.ecoNP,
       summary.ecoML,
       print.summary.eco,
       print.summary.ecoNP,
       print.summary.ecoML,
       predict.eco,
       predict.ecoX,
       predict.ecoNP,
       predict.ecoNPX,
       Qfun)

S3method(varcov, eco)
S3method(varcov, ecoNP)
S3method(coef, eco)
S3method(coef, ecoNP)
S3method(predict, eco)
S3method(predict, ecoX)
S3method(predict, ecoNP)
S3method(predict, ecoNPX)
S3method(summary, eco)
S3method(summary, ecoNP)
S3method(summary, ecoML)
S3method(summary, predict.eco)
S3method(print, eco)
S3method(print, ecoML)
S3method(print, ecoBD)
S3method(print, summary.eco)
S3method(print, summary.ecoNP)
S3method(print, summary.ecoML)
S3method(print, summary.predict.eco)