Last data update: 2014.03.03

partitions

Package: partitions
Type: Package
Title: Additive Partitions of Integers
Version: 1.9-18
Date: 2015-08-06
Author: Robin K. S. Hankin
Maintainer: Robin K. S. Hankin <hankin.robin@gmail.com>
Imports: gmp, polynom
Description: Additive partitions of integers. Enumerates the
partitions, unequal partitions, and restricted partitions of an
integer; the three corresponding partition functions are also
given. Set partitions are now included.
License: GPL
NeedsCompilation: yes
Packaged: 2015-08-05 22:23:10 UTC; rhankin
Repository: CRAN
Date/Publication: 2015-08-06 07:15:57

● Cran Task View: NumericalMathematics
● 0 images, 11 functions, 0 datasets
Reverse Depends: 7

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'partitions' ...
** package 'partitions' successfully unpacked and MD5 sums checked
** libs
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c app.cpp -o app.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c partitions.c -o partitions.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c permutations.c -o permutations.o
g++ -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o partitions.so app.o partitions.o permutations.o -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/partitions/libs
** R
** inst
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'partitions'
    finding HTML links ... done
    P                                       html  
    as.matrix.partition                     html  
    bin                                     html  
    conjugate                               html  
    nextpart                                html  
    partitions.package                      html  
    parts                                   html  
    perms                                   html  
    print.partition                         html  
    setparts                                html  
    summary.partition                       html  
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (partitions)
Making 'packages.html' ... done