/usr/lib/R/site-library/statmod/NAMESPACE is in r-cran-statmod 1.4.30-1build1.
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 | # Calling the dynamic library
useDynLib(statmod)
# All functions exported other than those starting with "."
exportPattern("^[^\\.]")
importFrom("graphics", "abline", "legend", "lines", "plot", "points")
importFrom("stats", "Gamma", "binomial", "chisq.test", "dbinom",
"fisher.test", "fitted", "glm", "glm.fit", "lm.fit",
"lm.wfit", "make.link", "median", "model.matrix",
"model.response", "model.weights", "p.adjust", "pbeta",
"pbinom", "pchisq", "pgamma", "pnorm", "ppois",
"printCoefmat", "qchisq", "qgamma", "qnorm", "quantile", "quasi", "rbinom",
"rchisq", "rnorm", "residuals", "runif", "var", "weighted.mean")
S3method(print,limdil)
S3method(plot,limdil)
|