This file is indexed.

/usr/lib/R/site-library/haplo.stats/NAMESPACE is in r-cran-haplo.stats 1.7.1-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
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
useDynLib(haplo.stats)
importFrom("graphics", "axis", "lines", "locator", "plot", "points", "text")
importFrom("methods", "existsFunction", "setOldClass")
importFrom("stats", "anova", "binomial", "dnorm", "dpois", "formula",
           "gaussian", "glm", "glm.control", "model.extract",
           "model.matrix", "model.offset", "model.response",
           "model.weights", "na.omit", "pchisq", "pf", "pt", "qchisq",
           "qf", "qnorm", "residuals.glm", "runif", "stat.anova",
           "uniroot", "var", "weights")
import(rms)
export(haplo.em, summary.haplo.em, print.haplo.em, haplo.em.control)

export(haplo.score, print.haplo.score, plot.haplo.score,
       locator.haplo, score.sim.control, haplo.score.glm, haplo.score.podds)

export(haplo.score.merge, haplo.group, print.haplo.score.merge,
       print.haplo.group)

export(haplo.cc, print.haplo.cc)

export(haplo.score.slide, print.haplo.score.slide, plot.haplo.score.slide)

export(haplo.glm, summary.haplo.glm, print.haplo.glm, haplo.glm.control)

export(haplo.binomial, residuals.haplo.glm, fitted.haplo.glm, vcov.haplo.glm, anova.haplo.glm)

export(seqhap, plot.seqhap, print.seqhap)

export(haplo.scan, print.haplo.scan, haplo.scan.obs, haplo.scan.sim,
       haplo.chistat)

export(haplo.power.qt, haplo.power.qt.ncp, find.haplo.beta.qt)

export(haplo.power.cc, haplo.power.cc.ncp)

export(haplo.design, setupGeno, summaryGeno, na.geno.keep, geno1to2, Ginv,
       printBanner, geno.count.pairs, get.hapPair, locus)

S3method(print, haplo.em)
S3method(summary, haplo.em)
S3method(print, haplo.score)
S3method(plot, haplo.score)
S3method(print, haplo.group)
S3method(print, haplo.score.merge)
S3method(print, haplo.glm)
S3method(summary, haplo.glm)
S3method(residuals, haplo.glm)
S3method(fitted, haplo.glm)
S3method(anova, haplo.glm)
S3method(vcov, haplo.glm)
S3method(print, summary.haplo.glm)
S3method(print, haplo.cc)
S3method(print, haplo.score.slide)
S3method(plot, haplo.score.slide)
S3method(print, seqhap)
S3method(plot, seqhap)
S3method(print, haplo.scan)