Last data update: 2014.03.03

DStree

Package: DStree
Type: Package
Title: Recursive Partitioning for Discrete-Time Survival Trees
Version: 1.0
Date: 2014-08-19
Author: Peter Mayer, Denis Larocque, Matthias Schmid
Maintainer: Peter Mayer <mayerptr@gmail.com>
Description: Building discrete-time survival trees and bagged trees based on
the functionalities of the rpart package. Splitting criterion maximizes the
likelihood of a covariate-free logistic discrete time hazard model.
License: GPL-2
NeedsCompilation: no
Depends: rpart, pec, Ecdat
Imports: rpart.plot, survival, Rcpp
LazyData: no
LinkingTo: Rcpp
Packaged: 2014-08-19 18:15:30 UTC; Peter
Repository: CRAN
Date/Publication: 2014-08-19 22:25:27

● Cran Task View: Survival
9 images, 13 functions, 0 datasets
● Reverse Depends: 0

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'DStree' ...
** package 'DStree' successfully unpacked and MD5 sums checked
** libs
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include -I"/home/ddbj/local/lib64/R/library/Rcpp/include"   -fpic  -g -O2  -c RcppExports.cpp -o RcppExports.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include -I"/home/ddbj/local/lib64/R/library/Rcpp/include"   -fpic  -g -O2  -c hazard.cpp -o hazard.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include -I"/home/ddbj/local/lib64/R/library/Rcpp/include"   -fpic  -g -O2  -c hazardl.cpp -o hazardl.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include -I"/home/ddbj/local/lib64/R/library/Rcpp/include"   -fpic  -g -O2  -c hazardr.cpp -o hazardr.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include -I"/home/ddbj/local/lib64/R/library/Rcpp/include"   -fpic  -g -O2  -c lik.cpp -o lik.o
g++ -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o DStree.so RcppExports.o hazard.o hazardl.o hazardr.o lik.o -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/DStree/libs
** R
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'DStree'
    finding HTML links ... done
    DStree-internal                         html  
    DStree                                  html  
    DStree.control                          html  
    DStree.object                           html  
    bag                                     html  
    dis.cost                                html  
    plot.DStree                             html  
    finding level-2 HTML links ... done

    predict.DStree                          html  
    predict.DStreebag                       html  
    prune.DStree                            html  
    snip                                    html  
    summary.DStree                          html  
    surv                                    html  
** building package indices
** testing if installed package can be loaded
* DONE (DStree)
Making 'packages.html' ... done