Package: mboost
Title: Model-Based Boosting
Version: 2.9-0
Date: 2018-06-08
Authors@R: c(person("Torsten", "Hothorn", role = "aut", 
                comment = c(ORCID = "0000-0001-8301-0471")),
             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@pei.de", 
	            comment = c(ORCID = "0000-0003-2810-3186")),
             person("Fabian", "Sobotka", role = "ctb"),
             person("Fabian", "Scheipl", role = "ctb"),
	           person("Andreas", "Mayr", 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 (>= 3.2.0), methods, stats, parallel, stabs (>= 0.5-0)
Imports: Matrix, survival, splines, lattice, nnls, quadprog, utils,
        graphics, grDevices, partykit (>= 1.2-1)
Suggests: TH.data, MASS, fields, BayesX, gbm, mlbench, RColorBrewer,
        rpart (>= 4.0-3), randomForest, nnet, testthat (>= 0.10.0),
        kangar00
LazyData: yes
License: GPL-2
BugReports: https://github.com/boost-R/mboost/issues
URL: https://github.com/boost-R/mboost
NeedsCompilation: yes
Packaged: 2018-06-13 05:58:56 UTC; pei-lokal
Author: Torsten Hothorn [aut] (<https://orcid.org/0000-0001-8301-0471>),
  Peter Buehlmann [aut],
  Thomas Kneib [aut],
  Matthias Schmid [aut],
  Benjamin Hofner [aut, cre] (<https://orcid.org/0000-0003-2810-3186>),
  Fabian Sobotka [ctb],
  Fabian Scheipl [ctb],
  Andreas Mayr [ctb]
Maintainer: Benjamin Hofner <benjamin.hofner@pei.de>
Repository: CRAN
Date/Publication: 2018-06-13 22:12:56 UTC
