This file is indexed.

/usr/lib/R/site-library/dynlm/NAMESPACE is in r-cran-dynlm 0.3.5-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
import("stats", "zoo")

importFrom("car", "linearHypothesis")
importFrom("lmtest", "coeftest")

export(
  "dynlm",
  "recresid.dynlm"
)

S3method("time", "dynlm")
S3method("index", "dynlm")
S3method("start", "dynlm")
S3method("end", "dynlm")
S3method("summary", "dynlm")
S3method("print", "dynlm")
S3method("print", "summary.dynlm")
## S3method("recresid", "dynlm")

## S3method("model.frame", "dynformula")