Last data update: 2014.03.03

gbm

Package: gbm
Version: 2.1.1
Date: 2015-03-10
Title: Generalized Boosted Regression Models
Author: Greg Ridgeway <gregridgeway@gmail.com> with contributions from
others
Maintainer: Harry Southworth <harry.southworth@gmail.com>
Depends: R (>= 2.9.0), survival, lattice, splines, parallel
Suggests: RUnit
Description: An implementation of extensions to Freund and
Schapire's AdaBoost algorithm and Friedman's gradient boosting
machine. Includes regression methods for least squares,
absolute loss, t-distribution loss, quantile regression,
logistic, multinomial logistic, Poisson, Cox proportional
hazards partial likelihood, AdaBoost exponential loss,
Huberized hinge loss, and Learning to Rank measures
(LambdaMart).
License: GPL (>= 2) | file LICENSE
URL: http://code.google.com/p/gradientboostedmodels/
Packaged: 2015-03-11 07:56:18 UTC; ripley
NeedsCompilation: yes
Repository: CRAN
Date/Publication: 2015-03-11 09:02:32

● Cran Task View: Survival
● 0 images, 21 functions, 0 datasets
Reverse Depends: 6

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'gbm' ...
** package 'gbm' successfully unpacked and MD5 sums checked
** libs
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c adaboost.cpp -o adaboost.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c bernoulli.cpp -o bernoulli.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c coxph.cpp -o coxph.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c dataset.cpp -o dataset.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c distribution.cpp -o distribution.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c gaussian.cpp -o gaussian.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c gbm.cpp -o gbm.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c gbm_engine.cpp -o gbm_engine.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c gbmentry.cpp -o gbmentry.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c huberized.cpp -o huberized.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c laplace.cpp -o laplace.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c locationm.cpp -o locationm.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c multinomial.cpp -o multinomial.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c node.cpp -o node.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c node_categorical.cpp -o node_categorical.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c node_continuous.cpp -o node_continuous.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c node_factory.cpp -o node_factory.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c node_nonterminal.cpp -o node_nonterminal.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c node_search.cpp -o node_search.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c node_terminal.cpp -o node_terminal.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c pairwise.cpp -o pairwise.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c poisson.cpp -o poisson.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c quantile.cpp -o quantile.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c tdist.cpp -o tdist.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c tree.cpp -o tree.o
g++ -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o gbm.so adaboost.o bernoulli.o coxph.o dataset.o distribution.o gaussian.o gbm.o gbm_engine.o gbmentry.o huberized.o laplace.o locationm.o multinomial.o node.o node_categorical.o node_continuous.o node_factory.o node_nonterminal.o node_search.o node_terminal.o pairwise.o poisson.o quantile.o tdist.o tree.o -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/gbm/libs
** R
** demo
** inst
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'gbm'
    finding HTML links ... done
    basehaz.gbm                             html  
    calibrate.plot                          html  
    gbm-internal                            html  
    gbm-package                             html  
    gbm                                     html  
    gbm.object                              html  
    gbm.perf                                html  
    gbm.roc.area                            html  
    gbmCrossVal                             html  
    interact.gbm                            html  
    plot.gbm                                html  
Rd warning: /tmp/RtmpulPAsS/R.INSTALL563b461352f2/gbm/man/plot.gbm.Rd:42: missing file link 'lattice'
    predict.gbm                             html  
    pretty.gbm.tree                         html  
    print.gbm                               html  
    quantile.rug                            html  
    reconstructGBMdata                      html  
    relative.influence                      html  
    shrink.gbm                              html  
    shrink.gbm.pred                         html  
    summary.gbm                             html  
    validate                                html  
** building package indices
** testing if installed package can be loaded
* DONE (gbm)
Making 'packages.html' ... done