Last data update: 2014.03.03

HI

Package: HI
Title: Simulation from distributions supported by nested hyperplanes
Version: 0.4
Date: 2013-03-26
Author: Giovanni Petris <GPetris@Uark.edu> and Luca Tardella
<luca.tardella@@uniroma1.it>; original C code for ARMS by Wally
Gilks.
Maintainer: Giovanni Petris <GPetris@Uark.edu>
Depends: R (>= 1.7.0)
Description: Simulation from distributions supported by nested
hyperplanes, using the algorithm described in Petris &
Tardella, "A geometric approach to transdimensional Markov
chain Monte Carlo", Canadian Journal of Statistics, v.31, n.4,
(2003). Also random direction multivariate Adaptive Rejection
Metropolis Sampling.
License: GPL (>= 2)
Packaged: 2013-03-26 15:06:35 UTC; gpetris
NeedsCompilation: yes
Repository: CRAN
Date/Publication: 2013-03-26 17:04:14

● Cran Task View: Bayesian, Distributions
21 images, 4 functions, 0 datasets
Reverse Depends: 2

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'HI' ...
** package 'HI' successfully unpacked and MD5 sums checked
** libs
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c arms-R.c -o arms-R.o
arms-R.c: In function 'display':
arms-R.c:811:13: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'POINT * {aka struct point *}' [-Wformat=]
   fprintf(f,"ymax = %f, p = %x\n",env->ymax,env->p);
             ^
arms-R.c:821:15: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'POINT * {aka struct point *}' [-Wformat=]
     fprintf(f,"point at %x, left at %x, right at %x\n",q,q->pl,q->pr);
               ^
arms-R.c:821:15: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'struct point *' [-Wformat=]
arms-R.c:821:15: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'struct point *' [-Wformat=]
gcc -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o HI.so arms-R.o -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/HI/libs
** R
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'HI'
    finding HTML links ... done
    arms                                    html  
    convex.bounds                           html  
    rballunif                               html  
    trans.dens                              html  
** building package indices
** testing if installed package can be loaded
* DONE (HI)
Making 'packages.html' ... done