/usr/lib/R/site-library/estimability/NAMESPACE is in r-cran-estimability 1.2-2.
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 | # Imports from non-base packages
importFrom("stats", 
           "delete.response", 
           "model.frame", 
           "model.matrix",
           "na.pass", 
           "predict", 
           "terms", 
           "update")
# Exports from estimability package
export(all.estble)
export(epredict)
export(eupdate)
export(is.estble)
export(nonest.basis)
S3method(epredict, lm)
S3method(epredict, mlm)
S3method(epredict, glm)
S3method(eupdate, lm)
S3method(nonest.basis, qr)
S3method(nonest.basis, matrix)
S3method(nonest.basis, lm)
 |