Last data update: 2014.03.03

profdpm

Package: profdpm
Type: Package
Title: Profile Dirichlet Process Mixtures
Version: 3.3
Date: 2013-05-24
Author: Matt Shotwell
Maintainer: Matt Shotwell <matt.shotwell@vanderbilt.edu>
Description: This package facilitates profile inference (inference at
the posterior mode) for a class of product partition models
(PPM). The Dirichlet process mixture is currently the only
available member of this class. These methods search for the
maximum posterior (MAP) estimate for the data partition in a
PPM.
License: GPL (>= 2)
LazyLoad: yes
Packaged: 2013-05-24 21:08:12 UTC; matt
NeedsCompilation: yes
Repository: CRAN
Date/Publication: 2013-05-25 07:09:56

● Cran Task View: Bayesian, Cluster
● 0 images, 6 functions, 0 datasets
● Reverse Depends: 0

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'profdpm' ...
** package 'profdpm' successfully unpacked and MD5 sums checked
** libs
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c methods.c -o methods.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c pci.c -o pci.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c pdpmbm.c -o pdpmbm.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c pdpmlm.c -o pdpmlm.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c profBinary.c -o profBinary.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c profLinear.c -o profLinear.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c util.c -o util.o
gcc -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o profdpm.so methods.o pci.o pdpmbm.o pdpmlm.o profBinary.o profLinear.o util.o -L/home/ddbj/local/lib64/R/lib -lRlapack -L/home/ddbj/local/lib64/R/lib -lRblas -lgfortran -lm -lquadmath -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/profdpm/libs
** R
** inst
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'profdpm'
    finding HTML links ... done
    pci                                     html  
    profBinary                              html  
    profLinear                              html  
    profdpm                                 html  
    summary.profBinary                      html  
    summary.profLinear                      html  
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (profdpm)
Making 'packages.html' ... done