/usr/lib/R/site-library/gmodels/NAMESPACE is in r-cran-gmodels 2.15.4.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 | 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, default)
S3method(ci, binom)
S3method(ci, lm)
S3method(ci, lme)
S3method(ci, mer)
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)
 |