This file is indexed.

/usr/lib/R/site-library/fExtremes/NAMESPACE is in r-cran-fextremes 3042.82-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
################################################
## fExtremes
################################################


################################################
## import name space
################################################

import("timeDate")
import("timeSeries")
import("fBasics")
import("fGarch")

importFrom("graphics", axis, box, grid, hist, mtext, par, rug, text, title)
importFrom("methods", is, new)
importFrom("stats", acf, dnorm, integrate, lowess, lsfit, optim,
	ppoints, qchisq, qexp, qnorm, rexp, runif, sd, spline, uniroot, var)


################################################
## functions
################################################
exportPattern(".")
S3method("plot", "fGEVFIT")
S3method("summary", "fGEVFIT")
S3method("plot", "fGPDFIT")
S3method("summary", "fGPDFIT")