/usr/lib/R/site-library/gmodels/NAMESPACE is in r-cran-gmodels 2.16.2-2.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 | export(
CrossTable,
ci,
ci.binom,
coefFrame,
estimable,
fast.prcomp,
fast.svd,
fit.contrast,
glh.test,
make.contrasts,
print.glh.test,
summary.glh.test
)
S3method(ci, numeric)
S3method(ci, binom)
S3method(ci, lm)
S3method(ci, lme)
##S3method(ci, mer)
S3method(ci, estimable)
S3method(fit.contrast, lm)
S3method(fit.contrast, lme)
##S3method(fit.contrast, mer)
S3method(estimable, default)
##S3method(estimable, mer)
S3method(estimable, mlm)
S3method(print, glh.test)
S3method(summary, glh.test)
importFrom(MASS, ginv)
importFrom(gdata, frameApply)
importFrom(gdata, nobs)
importFrom(stats, "chisq.test")
importFrom(stats, "coef")
importFrom(stats, "family")
importFrom(stats, "fisher.test")
importFrom(stats, "mcnemar.test")
importFrom(stats, "pchisq")
importFrom(stats, "pf")
importFrom(stats, "pt")
importFrom(stats, "qbeta")
importFrom(stats, "qt")
importFrom(stats, "sd")
importFrom(stats, "summary.glm")
importFrom(stats, "summary.lm")
|