[Lme4-commits] r1521 - branches/roxygen/R

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Thu Jan 26 22:50:05 CET 2012


Author: dmbates
Date: 2012-01-26 22:50:04 +0100 (Thu, 26 Jan 2012)
New Revision: 1521

Modified:
   branches/roxygen/R/AllClass.R
Log:
Cleaned up the Methods section in the documentation for the merPredD generator object


Modified: branches/roxygen/R/AllClass.R
===================================================================
--- branches/roxygen/R/AllClass.R	2012-01-26 21:43:49 UTC (rev 1520)
+++ branches/roxygen/R/AllClass.R	2012-01-26 21:50:04 UTC (rev 1521)
@@ -46,9 +46,10 @@
 ##' of the \code{theta} field.
 ##' @param theta numeric vector of variance component parameters (stored in the
 ##' \code{theta} field).
-##' @section Methods: \describe{ \item{list("new(X, Zt, Lambdat, Lind,
-##' theta)")}{Create a new \code{\linkS4class{merPredD}} object}\item{:}{Create
-##' a new \code{\linkS4class{merPredD}} object} }
+##' @section Methods:
+##' \describe{
+##'   \item{new(X, Zt, Lambdat, Lind, theta):}{Create a new \code{\linkS4class{merPredD}} object}
+##' }
 ##' @seealso \code{\linkS4class{merPredD}}
 ##' @keywords classes
 ##' @export



More information about the Lme4-commits mailing list