Last data update: 2014.03.03

rpartitions

Package: rpartitions
Title: Code for integer partitioning
Description: Provides algorithims for randomly sampling a feasible set defined
by a given total and number of elements using integer partitioning.
Version: 0.1
Author: Ken Locey, Daniel McGlinn
Maintainer: Daniel McGlinn <danmcglinn@gmail.com>
Depends: R (>= 2.15.1), hash
Suggests: testthat (>= 0.2)
NeedsCompilation: yes
Repository: CRAN
URL: https://github.com/klocey/partitions
License: MIT
LazyData: true
Collate: 'rpartitions.R' 'rpartitions-package.r'
Packaged: 2013-12-11 04:02:10 UTC; adminwhite
Date/Publication: 2013-12-11 07:34:59

● 0 images, 12 functions, 0 datasets
● Reverse Depends: 0

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'rpartitions' ...
** package 'rpartitions' successfully unpacked and MD5 sums checked
** libs
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c partitions.c -o partitions.o
gcc -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o rpartitions.so partitions.o -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/rpartitions/libs
** R
** inst
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'rpartitions'
    finding HTML links ... done
    NrParts                                 html  
    P                                       html  
    bottom_up                               html  
    conjugate                               html  
    divide_and_conquer                      html  
    get_multiplicity                        html  
    get_rand_int                            html  
    last                                    html  
    multiplicity                            html  
    rand_partitions                         html  
    rpartitions                             html  
    top_down                                html  
** building package indices
** testing if installed package can be loaded
* DONE (rpartitions)
Making 'packages.html' ... done