/usr/lib/R/site-library/leaps/NAMESPACE is in r-cran-leaps 3.0-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 | useDynLib(leaps)
importFrom("grDevices", "gray")
importFrom("graphics", "axis", "box", "image", "par", "title")
importFrom("stats", "coef", "model.extract", "model.matrix", "terms")
export(regsubsets,leaps)
S3method(regsubsets, biglm)
S3method(regsubsets,formula)
S3method(regsubsets,default)
S3method(summary,regsubsets)
S3method(print,summary.regsubsets)
S3method(print,regsubsets)
S3method(plot,regsubsets)
S3method(coef,regsubsets)
S3method(vcov,regsubsets)
|