/usr/lib/R/site-library/lmerTest/NAMESPACE is in r-cran-lmertest 2.0-36-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 | #useDynLib(lmerTest, .registration=TRUE)
import(lme4)
#importFrom(numDeriv, hessian, grad)
importFrom(plyr, llply, aaply)
import(Matrix)
import(methods)
importFrom(MASS, ginv)
import(Hmisc)
import(ggplot2)
importFrom("stats", "terms", "as.formula", "complete.cases", "delete.response",
"drop1", "formula", "lm", "logLik", "model.frame", "model.matrix",
"pchisq", "pf", "printCoefmat", "pt", "qt", "setNames",
"update.formula", "vcov", "getCall")
importFrom("utils", "as.roman", "combn", "data")
if(getRversion() >= "3.3.0") {
importFrom("stats", sigma)
}
exportClasses(merModLmerTest)
export(rand)
export(lsmeans)
export(lsmeansLT)
export(difflsmeans)
export(step)
export(lmer)
export(calcSatterth)
exportMethods("anova", "summary")
S3method(print, step)
S3method(plot, step)
S3method(print, rand)
#S3method(print, lsmeans)
S3method(print, lsmeansLT)
#S3method(plot, lsmeans)
S3method(plot, lsmeansLT)
S3method(print, difflsmeans)
S3method(plot, difflsmeans)
|