[Mboost-commits] r820 - in pkg/mboostPatch: . inst
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Mon Dec 15 18:50:32 CET 2014
Author: hofner
Date: 2014-12-15 18:50:31 +0100 (Mon, 15 Dec 2014)
New Revision: 820
Modified:
pkg/mboostPatch/DESCRIPTION
pkg/mboostPatch/inst/NEWS.Rd
Log:
requires stabs >= 0.5-0
Modified: pkg/mboostPatch/DESCRIPTION
===================================================================
--- pkg/mboostPatch/DESCRIPTION 2014-12-15 17:50:29 UTC (rev 819)
+++ pkg/mboostPatch/DESCRIPTION 2014-12-15 17:50:31 UTC (rev 820)
@@ -15,7 +15,7 @@
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.2-0)
+Depends: R (>= 2.14.0), methods, stats, parallel, stabs (>= 0.5-0)
Imports: Matrix, survival, splines, lattice, nnls, quadprog, utils
Suggests: party (>= 1.0-3), TH.data, MASS, fields, BayesX, gbm, mlbench,
RColorBrewer, rpart (>= 4.0-3), randomForest, nnet
Modified: pkg/mboostPatch/inst/NEWS.Rd
===================================================================
--- pkg/mboostPatch/inst/NEWS.Rd 2014-12-15 17:50:29 UTC (rev 819)
+++ pkg/mboostPatch/inst/NEWS.Rd 2014-12-15 17:50:31 UTC (rev 820)
@@ -5,7 +5,7 @@
\subsection{User-visible changes}{
\itemize{
\item Moved generic definition of \code{selected} to \pkg{stabs}
- which is required anyway (thus, \pkg{stabs} >= 0.2-0 is now
+ which is required anyway (thus, \pkg{stabs} >= 0.5-0 is now
required)
}
}
More information about the Mboost-commits
mailing list