This file is indexed.

/usr/lib/R/site-library/tgp/NAMESPACE is in r-cran-tgp 2.4-14-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
# Load the shared object
useDynLib(tgp)

# Exports
export(blm, btlm, bcart, bgp, bgpllm, btgp, btgpllm,
       default.itemps, dopt.gp, exp2d.Z, exp2d.rand,
       friedman.1.data, fried.bool, interp.loess, 
       itemps.barplot, hist2bar, lhs, mapT, optim.step.tgp,
       optim.ptgpf, partition, sens, tgp.default.params,
       tgp.design, tgp.trees, mean0.range1)

# Import all packages listed as Imports or Depends
importFrom(maptree, draw.tree)

## required for new CRAN checks
importFrom("grDevices", "rainbow", "terrain.colors")
importFrom("graphics", "abline", "axis", "barplot", "boxplot",
           "contour", "image", "legend", "lines", "mtext", "par",
           "persp", "plot", "points", "segments", "text", "title")
importFrom("stats", "loess", "optim", "optimize", "predict", "proj",
           "rnorm", "runif")
importFrom("utils", "data", "read.table")

# S3
S3method(print, tgp)
S3method(plot, tgp)
S3method(predict, tgp)
S3method(print, tgptraces)