This file is indexed.

/usr/lib/R/site-library/pvclust/NAMESPACE is in r-cran-pvclust 2.0-0-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(pvclust)
export(pvpick)
export(msfit)
export(msplot)
export(pvrect)
export(seplot)
export(parPvclust)

S3method(plot,     pvclust)
S3method(lines,    pvclust)
S3method(text,     pvclust)
S3method(print,    pvclust)
S3method(summary,  pvclust)

S3method(plot,     msfit)
S3method(lines,    msfit)
S3method(summary,  msfit)

importFrom("grDevices", "n2mfrow")
importFrom("graphics", "curve", "lines", "par", "plot", "rect",
           "segments", "text")
importFrom("stats", "as.dist", "cor", "dist", "dnorm", "hclust",
           "lsfit", "na.omit", "pchisq", "pnorm", "qnorm", "rmultinom")
importFrom("utils", "capture.output", "head", "packageVersion")