This file is indexed.

/usr/lib/R/site-library/RandomFieldsUtils/NAMESPACE is in r-cran-randomfieldsutils 0.3.25-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
#exportPattern("^[^\\.]")

export(cholx, cholPosDef, Print, solvex, solvePosDef,
       sleep.milli, sleep.micro, hostname, pid, FileExists, LockRemove,
       sortx, orderx,
       gauss, I0L0, matern, nonstwm, struveH, struveL, whittle,
       RFoptions)

useDynLib(RandomFieldsUtils, .registration = TRUE, .fixes = "C_")
#useDynLib(spam)

importFrom("utils", "str")

S3method(print, RFopt)
S3method(summary, RFopt)
S3method(print, summary.RFopt)
S3method(print, RFoptElmnt)
S3method(summary, RFoptElmnt)
S3method(print, summary.RFoptElmnt)