/usr/lib/R/site-library/tgp/NAMESPACE is in r-cran-tgp 2.4-9-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 | # 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)
# Import all packages listed as Imports or Depends
# (none)
# S3
S3method(print, tgp)
S3method(plot, tgp)
S3method(predict, tgp)
S3method(print, tgptraces)
|