Last data update: 2014.03.03

hypergea

Package: hypergea
Type: Package
Title: Hypergeometric Tests
Version: 1.3.1
Date: 2016-04-09
Author: Markus Boenn
Maintainer: Markus Boenn <markus.boenn@ufz.de>
Description: Performs (exact) hypergeometric tests on IxJ and 2x2x2 contingency tables using parallelised C code.
License: GPL (>= 2)
Depends: R (>= 3.0.0)
Imports:
SystemRequirements: OpenMP (>=3.0)
NeedsCompilation: yes
Packaged: 2016-04-09 11:12:52 UTC; mb61pezy
Repository: CRAN
Date/Publication: 2016-04-10 00:38:53

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

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'hypergea' ...
** package 'hypergea' successfully unpacked and MD5 sums checked
** libs
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include   -fopenmp -fpic  -g -O2  -c hypergeom_2x2x2.cpp -o hypergeom_2x2x2.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include   -fopenmp -fpic  -g -O2  -c hypergeom_IxJ.cpp -o hypergeom_IxJ.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include   -fopenmp -fpic  -g -O2  -c lfactorial.c -o lfactorial.o
g++ -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o hypergea.so hypergeom_2x2x2.o hypergeom_IxJ.o lfactorial.o -fopenmp -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/hypergea/libs
** R
** inst
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'hypergea'
    finding HTML links ... done
    getExpectedValues                       html  
    getMargins                              html  
    getOddsRatio                            html  
    hypergea-package                        html  
    hypergeom.test                          html  
** building package indices
** testing if installed package can be loaded
* DONE (hypergea)
Making 'packages.html' ... done