Last data update: 2014.03.03

randomForest

Package: randomForest
Title: Breiman and Cutler's Random Forests for Classification and
Regression
Version: 4.6-12
Date: 2015-10-06
Depends: R (>= 2.5.0), stats
Suggests: RColorBrewer, MASS
Author: Fortran original by Leo Breiman and Adele Cutler, R port by
Andy Liaw and Matthew Wiener.
Description: Classification and regression based on a forest of trees
using random inputs.
Maintainer: Andy Liaw <andy_liaw@merck.com>
License: GPL (>= 2)
URL: https://www.stat.berkeley.edu/~breiman/RandomForests/
NeedsCompilation: yes
Packaged: 2015-10-06 18:28:23 UTC; Liawand
Repository: CRAN
Date/Publication: 2015-10-07 08:38:34

● Cran Task View: Environmetrics
● 0 images, 20 functions, 1 datasets
Reverse Depends: 21

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'randomForest' ...
** package 'randomForest' 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 regrf.c -o regrf.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c rf.c -o rf.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 -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o randomForest.so classTree.o regTree.o regrf.o rf.o rfsub.o rfutils.o -lgfortran -lm -lquadmath -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/randomForest/libs
** R
** data
** inst
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'randomForest'
    finding HTML links ... done
    MDSplot                                 html  
    classCenter                             html  
    combine                                 html  
    getTree                                 html  
    grow                                    html  
    importance                              html  
    imports85                               html  
    margin                                  html  
    na.roughfix                             html  
    outlier                                 html  
    partialPlot                             html  
    plot.randomForest                       html  
    predict.randomForest                    html  
    randomForest                            html  
    rfImpute                                html  
    rfNews                                  html  
    rfcv                                    html  
    treesize                                html  
    tuneRF                                  html  
    varImpPlot                              html  
    varUsed                                 html  
** building package indices
** testing if installed package can be loaded
* DONE (randomForest)
Making 'packages.html' ... done