Last data update: 2014.03.03

mboost

Package: mboost
Title: Model-Based Boosting
Version: 2.6-0
Date: 2016-03-11
Authors@R: c(person("Torsten", "Hothorn", role = "aut"),
person("Peter", "Buehlmann", role = "aut"),
person("Thomas", "Kneib", role = "aut"),
person("Matthias", "Schmid", role = "aut"),
person("Benjamin", "Hofner", role = c("aut", "cre"),
email = "benjamin.hofner@fau.de"),
person("Fabian", "Sobotka", role = "ctb"),
person("Fabian", "Scheipl", role = "ctb"))
Description: Functional gradient descent algorithm
(boosting) for optimizing general risk functions utilizing
component-wise (penalised) least squares estimates or regression
trees as base-learners for fitting generalized linear, additive
and interaction models to potentially high-dimensional data.
Depends: R (>= 2.14.0), methods, stats, parallel, stabs (>= 0.5-0)
Imports: Matrix, survival, splines, lattice, nnls, quadprog, utils,
graphics, grDevices, party (>= 1.0-23)
Suggests: TH.data, MASS, fields, BayesX, gbm, mlbench, RColorBrewer,
rpart (>= 4.0-3), randomForest, nnet, testthat (>= 0.10.0)
LazyData: yes
License: GPL-2
BugReports: https://github.com/boost-R/mboost/issues
URL: https://github.com/boost-R/mboost,
http://mboost.r-forge.r-project.org
NeedsCompilation: yes
Packaged: 2016-03-11 12:01:18 UTC; bhofner
Author: Torsten Hothorn [aut],
Peter Buehlmann [aut],
Thomas Kneib [aut],
Matthias Schmid [aut],
Benjamin Hofner [aut, cre],
Fabian Sobotka [ctb],
Fabian Scheipl [ctb]
Maintainer: Benjamin Hofner <benjamin.hofner@fau.de>
Repository: CRAN
Date/Publication: 2016-03-12 06:02:17

● Cran Task View: Survival
● 0 images, 18 functions, 0 datasets
Reverse Depends: 7

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'mboost' ...
** package 'mboost' successfully unpacked and MD5 sums checked
** libs
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c mboost.c -o mboost.o
gcc -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o mboost.so mboost.o -L/home/ddbj/local/lib64/R/lib -lRblas -lgfortran -lm -lquadmath -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/mboost/libs
** R
** inst
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'mboost'
    finding HTML links ... done
    FP                                      html  
    Family                                  html  
    IPCweights                              html  
    baselearners                            html  
    finding level-2 HTML links ... done

Rd warning: /tmp/RtmpMLLysx/R.INSTALL724f3ec6c6e8/mboost/man/baselearners.Rd:152: missing file link 'stationary.cov'
    blackboost                              html  
    boost_family-class                      html  
    confint                                 html  
    control                                 html  
    cvrisk                                  html  
Rd warning: /tmp/RtmpMLLysx/R.INSTALL724f3ec6c6e8/mboost/man/cvrisk.Rd:27: missing file link 'parLapply'
    gamboost                                html  
    glmboost                                html  
    mboost                                  html  
    mboost_intern                           html  
    mboost_package                          html  
    methods                                 html  
    plot                                    html  
    stabsel                                 html  
    survFit                                 html  
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (mboost)
Making 'packages.html' ... done