This file is indexed.

/usr/lib/R/site-library/fOptions/NAMESPACE is in r-cran-foptions 3022.85-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
29
################################################################################
## Exports
################################################################################
exportPattern(".")
# In the future this should be used:
#exportPattern("^[^\\.]")

S3method("print", "hngarch")
S3method("print", "option")
S3method("summary", "fOPTION")
S3method("summary", "hngarch")
S3method("summary", "option")

################################################################################
## Imports
################################################################################
import("timeDate")
import("timeSeries")
import("fBasics")

importFrom("graphics", "text")
importFrom("methods", "new")
importFrom("stats", "dnorm", "integrate", "nlm", "rnorm", "runif",
           "uniroot", "var")

################################################################################
## Libraries
################################################################################
useDynLib("fOptions")