[Mboost-commits] r794 - in pkg/mboostDevel: . inst man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Thu Sep 25 16:47:42 CEST 2014


Author: hofner
Date: 2014-09-25 16:47:41 +0200 (Thu, 25 Sep 2014)
New Revision: 794

Modified:
   pkg/mboostDevel/DESCRIPTION
   pkg/mboostDevel/inst/CHANGES
   pkg/mboostDevel/man/mboost_package.Rd
Log:
- started preparing a new minor release (mboost 2.4-0)


Modified: pkg/mboostDevel/DESCRIPTION
===================================================================
--- pkg/mboostDevel/DESCRIPTION	2014-09-25 14:37:22 UTC (rev 793)
+++ pkg/mboostDevel/DESCRIPTION	2014-09-25 14:47:41 UTC (rev 794)
@@ -1,7 +1,7 @@
 Package: mboostDevel
 Title: Model-Based Boosting
 Version: 2.4-0
-Date: 2014-xx-yy
+Date: 2014-09-26
 Authors at R: c(person("Torsten", "Hothorn", role = c("aut", "cre"),
                     email = "Torsten.Hothorn at R-project.org"),
              person("Peter", "Buehlmann", role = "aut"),

Modified: pkg/mboostDevel/inst/CHANGES
===================================================================
--- pkg/mboostDevel/inst/CHANGES	2014-09-25 14:37:22 UTC (rev 793)
+++ pkg/mboostDevel/inst/CHANGES	2014-09-25 14:47:41 UTC (rev 794)
@@ -1,4 +1,4 @@
-                CHANGES in `mboost' VERSION 2.4-0 (2014-xx-yy, rZZZ)
+                CHANGES in `mboost' VERSION 2.4-0 (2014-09-26, rZZZ)
 
   o  added confint function to compute (bootstrap) confidence intervals
      together with plot and print methods
@@ -11,14 +11,12 @@
 
   o  stabsel has been moved to the new package stabs
 
-
-                CHANGES in `mboost' VERSION 2.3-1 (2014-xx-yy, rXYZ)
-
   o  changed vignette mboost_tutorial to reflect latest changes in mboost.
 
   o  Bugfixes:
      - glmboost()$model.frame() was broken
      - glmboost()$update() was broken
+     - predict() for models with non-scalar offsets was broken
 
                 CHANGES in `mboost' VERSION 2.3-0 (2014-06-26, r771)
 

Modified: pkg/mboostDevel/man/mboost_package.Rd
===================================================================
--- pkg/mboostDevel/man/mboost_package.Rd	2014-09-25 14:37:22 UTC (rev 793)
+++ pkg/mboostDevel/man/mboost_package.Rd	2014-09-25 14:47:41 UTC (rev 794)
@@ -16,7 +16,7 @@
 Package: \tab mboostDevel\cr
 Type: \tab Package\cr
 Version: \tab 2.4-0\cr
-Date: \tab 2014-xx-yy\cr
+Date: \tab 2014-09-26\cr
 License: \tab GPL-2\cr
 LazyLoad: \tab yes\cr
 LazyData: \tab yes\cr
@@ -57,6 +57,17 @@
 
 }
 
+\section{NEWS in 2.4-series}{
+
+  Bootstrap confidence intervals have been implemented in the novel
+  \code{\link[=confint.mboost]{confint}} function. The stability
+  selection procedure has now been moved to a stand-alone package called
+  \pkg{stabs}, which now also implements an iterface to use stability
+  selection with other fitting functions.
+  
+  For more changes see NEWS file.
+}
+
 \section{NEWS in 2.3-series}{
 
   The stability selection procedure has been completely rewritten and



More information about the Mboost-commits mailing list