This file is indexed.

/usr/lib/R/site-library/rjags/NAMESPACE is in r-cran-rjags 1:4-6-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
29
30
31
32
33
34
35
36
37
if(.Platform$OS.type == "windows") {
    importFrom(utils, readRegistry, winProgressBar, setWinProgressBar,
               packageVersion, file_test)
}
importFrom(utils, txtProgressBar, setTxtProgressBar)
importFrom(stats, variable.names, sd, update)
importFrom(coda, as.mcmc.list, as.mcmc, mcmc.list, mcmc, spectrum0,
           "varnames<-")
export (
  jags.model,
  jags.samples,
  coda.samples,
  load.module,
  unload.module,
  list.modules,
  dic.samples,
  diffdic,
  adapt,
  list.samplers,
  list.factories,
  set.factory,
  read.data,
  read.jagsdata,
  read.bugsdata,
  parallel.seeds
)
S3method(print, jags)
S3method(coef, jags)
S3method(update, jags)
S3method(variable.names, jags)
S3method(print, mcarray)
S3method(summary, mcarray)
S3method(print, summary.mcarray)
S3method(as.mcmc.list, mcarray)
S3method("-", dic)
S3method(print, dic)
S3method(print, diffdic)