[Mboost-commits] r822 - in pkg/mboostPatch: inst man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Mon Jan 12 16:20:31 CET 2015


Author: hofner
Date: 2015-01-12 16:20:31 +0100 (Mon, 12 Jan 2015)
New Revision: 822

Modified:
   pkg/mboostPatch/inst/CITATION
   pkg/mboostPatch/inst/NEWS.Rd
   pkg/mboostPatch/man/mboost_package.Rd
Log:
changed CITATION to make CRAN happy
added new citation to CITATION
updated NEWS.Rd

Modified: pkg/mboostPatch/inst/CITATION
===================================================================
--- pkg/mboostPatch/inst/CITATION	2014-12-15 17:50:34 UTC (rev 821)
+++ pkg/mboostPatch/inst/CITATION	2015-01-12 15:20:31 UTC (rev 822)
@@ -1,28 +1,28 @@
 
-     citHeader("To cite package 'mboost' in publications use:")
+citHeader("To cite package 'mboost' in publications use:")
 
-     desc <- packageDescription("mboost")
-     year <- sub("(2[[:digit:]]{3})-.*-.*", "\\1", desc$Date)
-     vers <- paste("R package version", desc$Version)
+year <- sub(".*(2[[:digit:]]{3})-.*", "\\1", meta$Date)
+vers <- paste("R package version", meta$Version)
 
-     citEntry(entry="Manual",
-              title = "{mboost}: Model-Based Boosting",
-              author = personList(as.person("Torsten Hothorn"),
-                                  as.person("Peter Buehlmann"),
-                                  as.person("Thomas Kneib"),
-                                  as.person("Matthias Schmid"),
-                                  as.person("Benjamin Hofner")),
-              year = year,
-              note = vers,
-              url = "http://CRAN.R-project.org/package=mboost",
-              textVersion =
-              paste("T. Hothorn, P. Buehlmann, T. Kneib, M. Schmid, and B. Hofner (",
-                    year,
-                    "). mboost: Model-Based Boosting, ",
-                    vers, ", http://CRAN.R-project.org/package=mboost", ".",
-                    sep=""))
+citEntry(entry="Manual",
+         title = "{mboost}: Model-Based Boosting",
+         author = personList(as.person("Torsten Hothorn"),
+                             as.person("Peter Buehlmann"),
+                             as.person("Thomas Kneib"),
+                             as.person("Matthias Schmid"),
+                             as.person("Benjamin Hofner")),
+         year = year,
+         note = paste("{R} package version", vers),
+         url = "http://CRAN.R-project.org/package=mboost",
+         textVersion =
+             paste("T. Hothorn, P. Buehlmann, T. Kneib, M. Schmid, and B. Hofner (",
+                   year,
+                   "). mboost: Model-Based Boosting, ",
+                   paste("R package version", vers),
+                   ", http://CRAN.R-project.org/package=mboost", ".",
+                   sep=""))
 
-    citEntry(entry="Article",
+citEntry(entry="Article",
          title = "Boosting Algorithms: Regularization, Prediction and Model Fitting (with Discussion)",
          author = personList(as.person("Peter Buehlmann"), as.person("Torsten Hothorn")),
          journal      = "Statistical Science",
@@ -35,4 +35,27 @@
          paste("Peter Buehlmann and Torsten Hothorn (2007).",
                "Boosting Algorithms: Regularization, Prediction and Model Fitting (with Discussion).",
                "Statistical Science, 22(4), 477-505."),
-   )
+         )
+
+citEntry(entry="Article",
+         title = "Model-based Boosting 2.0",
+         author = personList(as.person("Torsten Hothorn"),
+                             as.person("Peter Buehlmann"),
+                             as.person("Thomas Kneib"),
+                             as.person("Matthias Schmid"),
+                             as.person("Benjamin Hofner")),
+         journal      = "Journal of Machine Learning Research",
+         year         = "2010",
+         volume       = "11",
+         pages        = "2109--2113",
+
+         textVersion =
+         paste("Torsten Hothorn, Peter Buehlmann, Thomas Kneib,",
+               "Matthias Schmid and Benjamin Hofner (2010).",
+               "Model-based Boosting 2.0.",
+               "Journal of Machine Learning Research, 11, 2109-2113."
+               ),
+         )
+
+
+citFooter('Use ', sQuote('toBibtex(citation("mboost"))'), ' to extract BibTeX references.')

Modified: pkg/mboostPatch/inst/NEWS.Rd
===================================================================
--- pkg/mboostPatch/inst/NEWS.Rd	2014-12-15 17:50:34 UTC (rev 821)
+++ pkg/mboostPatch/inst/NEWS.Rd	2015-01-12 15:20:31 UTC (rev 822)
@@ -1,6 +1,21 @@
 \name{NEWS}
 \title{News for Package 'mboost'}
 
+\section{Changes in mboost version 2.4-2 (2014-01-12)}{
+  \subsection{Miscellaneous}{
+    \itemize{
+      \item Added Hothorn et al (2010) to \file{inst/CITATION}
+    }
+  }
+  \subsection{Bug-fixes}{
+    \itemize{
+      \item Changes in \file{inst/CITATION} to make CRAN happy:
+      Citations can now be extracted without the need to install the
+      package.
+    }
+  }
+}
+
 \section{Changes in mboost version 2.4-1 (2014-12-15)}{
   \subsection{Miscellaneous}{
     \itemize{

Modified: pkg/mboostPatch/man/mboost_package.Rd
===================================================================
--- pkg/mboostPatch/man/mboost_package.Rd	2014-12-15 17:50:34 UTC (rev 821)
+++ pkg/mboostPatch/man/mboost_package.Rd	2015-01-12 15:20:31 UTC (rev 822)
@@ -49,6 +49,9 @@
   determine an appropriate model complexity. This task is the responsibility
   of the data analyst.
 
+  A description of novel features that were introduced in version 2.0 is
+  given in Hothorn et. al (2010).
+
   Hofner et al. (2014) present a comprehensive hands-on tutorial for using the
   package \code{mboost}, which is also available as
   \code{vignette(package = "mboost", "mboost_tutorial")}.
@@ -68,7 +71,7 @@
   \pkg{stabs}, which now also implements an iterface to use stability
   selection with other fitting functions. A generic function for
   \code{"mboost"} models is implemented in \pkg{mboost}.
-  
+
   \bold{For more changes see}\cr\code{news(Version >= "2.4-0", package  = "mboost")}
 }
 



More information about the Mboost-commits mailing list