Last data update: 2014.03.03

HHG

Package: HHG
Type: Package
Title: Heller-Heller-Gorfine Tests of Independence and Equality of
Distributions
Version: 1.5.1
Date: 2015-07-13
Author: Barak Brill & Shachar Kaufman, based in part on an earlier implementation by Ruth Heller and Yair Heller.
Maintainer: Barak Brill <barakbri@mail.tau.ac.il>
Depends: R (>= 3.1.0)
Suggests: MASS, knitr
Description: Heller-Heller-Gorfine (HHG) tests are a set of powerful statistical tests of multivariate k-sample homogeneity and independence. For the univariate case, the package also offers implementations of the MinP DDP and MinP ADP tests, which are consistent against all continuous alternatives but are distribution-free, and are thus much faster to apply.
License: GPL-2
VignetteBuilder: knitr
Packaged: 2015-07-13 17:35:33 UTC; Barak
NeedsCompilation: yes
Repository: CRAN
Date/Publication: 2015-07-14 21:44:05

3 images, 15 functions, 1 datasets
● Reverse Depends: 0

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'HHG' ...
** package 'HHG' successfully unpacked and MD5 sums checked
** libs
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c HHG.cpp -o HHG.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c SequentialTest.cpp -o SequentialTest.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c StatsComputer.cpp -o StatsComputer.o
g++ -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o HHG.so HHG.o SequentialTest.o StatsComputer.o -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/HHG/libs
** R
** data
** inst
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'HHG'
    finding HTML links ... done
    HHG-package                             html  
    Yeast_hughes                            html  
    hhg.example.datagen                     html  
    hhg.test                                html  
    hhg.univariate.ind.combined.test        html  
    hhg.univariate.ind.nulltable            html  
    hhg.univariate.ind.pvalue               html  
    hhg.univariate.ind.stat                 html  
    hhg.univariate.ks.combined.test         html  
    hhg.univariate.ks.nulltable             html  
    hhg.univariate.ks.pvalue                html  
    hhg.univariate.ks.stat                  html  
    hhg.univariate.nulltable.from.mstats    html  
    print.HHG.Test.Result                   html  
    print.UnivariateObject                  html  
    print.UnivariateStatistic               html  
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (HHG)
Making 'packages.html' ... done