This file is indexed.

/usr/lib/R/site-library/geepack/NAMESPACE is in r-cran-geepack 1.2-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
useDynLib(geepack)

importFrom("graphics", "abline", "lines", "plot")
importFrom("stats", "binomial", "coef", "fitted", "formula",
           "gaussian", "glm.fit", "is.empty.model", "lm.fit", "lowess",
           "model.extract", "model.matrix", "model.offset",
           "model.response", "model.weights", "na.omit", "naresid",
           "pchisq", "printCoefmat", "quasi", "residuals",
           "summary.glm", "var")
importFrom("utils", "head")

# maintained by Soren
export(geeglm, fixed2Zcor, anovageePrim2)
S3method(anova, geeglm)
S3method(print, geeglm)
S3method(residuals, geeglm)
S3method(summary, geeglm)
S3method(print, summary.geeglm)


# maintained by Jun
export(geese, geese.fit, ordgee, geese.control)
export(genZcor, genZodds)
export(relRisk)
export(compCoef)
S3method(print, geese)
S3method(summary, geese)
S3method(print, summary.geese)