Last data update: 2014.03.03

trimTrees

Package: trimTrees
Type: Package
Title: Trimmed opinion pools of trees in a random forest
Version: 1.2
Date: 2014-08-1
Depends: R (>= 2.5.0), stats, randomForest, mlbench
Author: Yael Grushka-Cockayne, Victor Richmond R. Jose, Kenneth C. Lichtendahl Jr. and Huanghui Zeng, based on the source code from the randomForest package by Andy Liaw and Matthew Wiener and on the original Fortran code by Leo Breiman and Adele Cutler.
Maintainer: Yael Grushka-Cockayne <grushkay@darden.virginia.edu>
Description: Creates point and probability forecasts from the trees in a random forest using a trimmed opinion pool.
Suggests: MASS
License: GPL (>= 2)
Packaged: 2014-08-13 21:48:25 UTC; lichtendahlc
NeedsCompilation: yes
Repository: CRAN
Date/Publication: 2014-08-14 07:11:17

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

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'trimTrees' ...
** package 'trimTrees' successfully unpacked and MD5 sums checked
** libs
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c classTree.c -o classTree.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c regTree.c -o regTree.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c regrfmod.c -o regrfmod.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c rfmod.c -o rfmod.o
f95   -fpic  -g -O2  -c rfsub.f -o rfsub.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c rfutils.c -o rfutils.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c trimTreesCDF.c -o trimTreesCDF.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c trimTreesMA.c -o trimTreesMA.o
gcc -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o trimTrees.so classTree.o regTree.o regrfmod.o rfmod.o rfsub.o rfutils.o trimTreesCDF.o trimTreesMA.o -lgfortran -lm -lquadmath -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/trimTrees/libs
** R
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'trimTrees'
    finding HTML links ... done
    cinbag                                  html  
    hitRate                                 html  
    trimTrees                               html  
** building package indices
** testing if installed package can be loaded
* DONE (trimTrees)
Making 'packages.html' ... done