Last data update: 2014.03.03

treethresh

Package: treethresh
Version: 0.1-9
Date: 2016-05-24
Title: Methods for Tree-Based Local Adaptive Thresholding
Author: Ludger Evers <ludger.evers@glasgow.ac.uk> and Tim Heaton
<t.heaton@sheffield.ac.uk>
Maintainer: Ludger Evers <ludger.evers@glasgow.ac.uk>
Depends: R (>= 2.10), EbayesThresh, wavethresh
Description: An implementation of TreeThresh, a locally adaptive version of EbayesThresh.
License: GPL (>= 3)
Repository: CRAN
NeedsCompilation: yes
Packaged: 2016-05-24 23:56:07 UTC; ludger
Date/Publication: 2016-05-25 06:09:19

● 0 images, 10 functions, 3 datasets
● Reverse Depends: 0

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'treethresh' ...
** package 'treethresh' successfully unpacked and MD5 sums checked
** libs
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c blockthresh.cc -o blockthresh.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c treethresh.cc -o treethresh.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c utils.cc -o utils.o
g++ -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o treethresh.so blockthresh.o treethresh.o utils.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/treethresh/libs
** R
** data
** inst
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'treethresh'
    finding HTML links ... done
    coefficients                            html  
    estimate.sdev                           html  
    get.t                                   html  
    get.w                                   html  
    prune                                   html  
    row263                                  html  
    subtree                                 html  
    thresh                                  html  
    tiles                                   html  
    trees                                   html  
    treethresh                              html  
    wavelet.treethresh                      html  
    wtthresh                                html  
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (treethresh)
Making 'packages.html' ... done