Last data update: 2014.03.03

PAWL

Package: PAWL
Type: Package
Title: Implementation of the PAWL algorithm
Version: 0.5
Date: 2012-11-15
Author: Luke Bornn, Pierre E. Jacob
Maintainer: Pierre Jacob <pierre.jacob.work@gmail.com>
Description: Implementation of the Parallel Adaptive Wang-Landau
algorithm. Also implemented for comparison: parallel adaptive
Metropolis-Hastings,SMC sampler.
Depends: methods, mvtnorm, foreach, reshape, ggplot2
License: GPL (>= 2)
LazyLoad: yes
Packaged: 2012-11-15 08:35:19 UTC; pierre
Repository: CRAN
Date/Publication: 2012-11-15 13:08:48

● Cran Task View: Bayesian
2 images, 24 functions, 2 datasets
● Reverse Depends: 0

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'PAWL' ...
** package 'PAWL' successfully unpacked and MD5 sums checked
** libs
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c isinglogdensity.c -o isinglogdensity.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c mixtureloglikelihood.c -o mixtureloglikelihood.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c mixturelogpriordensity.c -o mixturelogpriordensity.o
gcc -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o PAWL.so isinglogdensity.o mixtureloglikelihood.o mixturelogpriordensity.o -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/PAWL/libs
** R
** data
** demo
** inst
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'PAWL'
    finding HTML links ... done
    ConvertResults                          html  
    PAWL-package                            html  
    PlotAllVar                              html  
    finding level-2 HTML links ... done

    PlotComp1vsComp2                        html  
    PlotDensComp1vsComp2                    html  
    PlotFH                                  html  
    PlotHist                                html  
    PlotHistBin                             html  
    PlotLogTheta                            html  
    PlotNbins                               html  
    adaptiveMH                              html  
    binning                                 html  
    createAdaptiveRandomWalkProposal        html  
    createMixtureTarget                     html  
    createTrimodalTarget                    html  
    getFrequencies                          html  
    icefloe                                 html  
    normalize                               html  
    pawl                                    html  
    pollution                               html  
    preexplorationAMH                       html  
    proposal                                html  
    smc                                     html  
    smcparameters                           html  
    target                                  html  
    tuningparameters                        html  
** building package indices
** testing if installed package can be loaded
* DONE (PAWL)
Making 'packages.html' ... done