This file is indexed.

/usr/lib/R/site-library/epiR/NAMESPACE is in r-cran-epir 0.9-79-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
# Export all names
exportPattern(".")

S3method(print, epi.2by2)
S3method(summary, epi.2by2)
S3method(print, epi.tests)
S3method(summary, epi.tests)
S3method(print, epi.occc)
S3method(summary, epi.occc)

# Import all packages listed as Imports or Depends
import(survival)
importFrom(BiasedUrn, dFNCHypergeo)
importFrom("graphics", "hist")
importFrom("methods", "slot")
importFrom("stats", "addmargins", "complete.cases", "cor", "cov", "fisher.test", "mantelhaen.test", "model.matrix", "pbeta", "pbinom", "pchisq", "phyper", "pnorm", "pt", "qbeta", "qbinom", "qchisq", "qf", "qgamma", "qnorm", "qpois", "qt", "quantile", "rpois", "sd", "uniroot", "var", "vcov")
importFrom("utils", "packageDescription", "write.table")