File: NAMESPACE

package info (click to toggle)
r-cran-rjags 1%3A4-8-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 452 kB
  • sloc: cpp: 676; ansic: 70; makefile: 2; sh: 2
file content (38 lines) | stat: -rw-r--r-- 899 bytes parent folder | download | duplicates (4)
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
38
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,
           nvar, "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,
  jags.version
)
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)