Last data update: 2014.03.03

rjags

Package: rjags
Version: 4-6
Date: 2016-02-19
Title: Bayesian Graphical Models using MCMC
Authors@R: c(person("Martyn", "Plummer", role=c("aut","cre"),
email="plummerm@iarc.fr"),
person("Alexey", "Stukalov", role="ctb"),
person("Matt", "Denwood", role="ctb"))
Depends: R (>= 2.14.0), coda (>= 0.13)
SystemRequirements: JAGS 4.x.y
URL: http://mcmc-jags.sourceforge.net
Suggests: tcltk
Description: Interface to the JAGS MCMC library.
License: GPL (== 2)
NeedsCompilation: yes
Packaged: 2016-02-19 13:31:22 UTC; martyn
Author: Martyn Plummer [aut, cre],
Alexey Stukalov [ctb],
Matt Denwood [ctb]
Maintainer: Martyn Plummer <plummerm@iarc.fr>
Repository: CRAN
Date/Publication: 2016-02-19 23:59:59

● Cran Task View: Bayesian, Cluster, gR
● 0 images, 15 functions, 1 datasets
Reverse Depends: 12

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'rjags' ...
** package 'rjags' successfully unpacked and MD5 sums checked
checking for pkg-config... /usr/bin/pkg-config
configure: Setting compile and link flags according to pkg-config
configure: Compile flags are -I/usr/include/JAGS
configure: Link flags are -ljags
checking for gcc... gcc
checking whether we are using the GNU C compiler... no
checking whether gcc accepts -g... no
checking for gcc option to accept ISO C89... unsupported
checking for jags_version in -ljags... yes
checking version of JAGS library... OK
configure: creating ./config.status
config.status: creating src/Makevars
configure: creating ./config.status
config.status: creating src/Makevars
config.status: creating R/unix/zzz.R
** libs
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG -I/usr/include/JAGS  -I/usr/local/include    -fpic  -g -O2  -c jags.cc -o jags.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG -I/usr/include/JAGS  -I/usr/local/include    -fpic  -g -O2  -c parallel.cc -o parallel.o
g++ -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o rjags.so jags.o parallel.o -ljags -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/rjags/libs
** R
** data
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'rjags'
    finding HTML links ... done
    adapt                                   html  
    coda.samples                            html  
    control                                 html  
    dic.samples                             html  
    diffdic                                 html  
    jags.model                              html  
    jags.module                             html  
    jags.object                             html  
    jags.samples                            html  
    line                                    html  
    mcarray.object                          html  
    parallel                                html  
    read.jagsdata                           html  
    rjags-deprecated                        html  
    rjags-package                           html  
    update                                  html  
** building package indices
** testing if installed package can be loaded
* DONE (rjags)
Making 'packages.html' ... done