Last data update: 2014.03.03

randomForestSRC

Package: randomForestSRC
Version: 2.2.0
Date: 2016-05-16
Title: Random Forests for Survival, Regression and Classification
(RF-SRC)
Author: Hemant Ishwaran <hemant.ishwaran@gmail.com>, Udaya B. Kogalur <ubk@kogalur.com>
Maintainer: Udaya B. Kogalur <ubk@kogalur.com>
Depends: R (>= 3.1.0),
Imports: parallel
Suggests: glmnet, XML, survival, pec, prodlim, Hmisc, mlbench
Description: A unified treatment of Breiman's random forests for survival, regression and classification problems based on Ishwaran and Kogalur's random survival forests (RSF) package. The package runs in both serial and parallel (OpenMP) modes. Now extended to include multivariate and unsupervised forests.
License: GPL (>= 3)
URL: http://web.ccs.miami.edu/~hishwaran
NeedsCompilation: yes
Packaged: 2016-05-16 19:11:35 UTC; kogalur
Repository: CRAN
Date/Publication: 2016-05-17 00:41:37

● Cran Task View: MachineLearning, Survival
● 0 images, 17 functions, 8 datasets
● Reverse Depends: 0

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'randomForestSRC' ...
** package 'randomForestSRC' successfully unpacked and MD5 sums checked
** libs
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c randomForestSRC.c -o randomForestSRC.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c splitCustom.c -o splitCustom.o
gcc -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o randomForestSRC.so randomForestSRC.o splitCustom.o -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/randomForestSRC/libs
** R
** data
** inst
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'randomForestSRC'
    finding HTML links ... done
    breast                                  html  
    find.interaction                        html  
    follic                                  html  
    hd                                      html  
    impute.rfsrc                            html  
    max.subtree                             html  
    nutrigenomic                            html  
    pbc                                     html  
    plot.competing.risk                     html  
    plot.rfsrc                              html  
    plot.survival                           html  
    plot.variable                           html  
    predict.rfsrc                           html  
    print.rfsrc                             html  
    randomForestSRC_package                 html  
    rf2rfz                                  html  
    rfsrc                                   html  
    rfsrc.news                              html  
    rfsrcSyn                                html  
    stat.split                              html  
    var.select                              html  
    vdv                                     html  
    veteran                                 html  
    vimp                                    html  
    wihs                                    html  
** building package indices
** testing if installed package can be loaded
* DONE (randomForestSRC)
Making 'packages.html' ... done