[Distr-commits] r484 - branches/distr-2.2/pkg/distrSim/man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Mon Jun 29 09:01:38 CEST 2009


Author: stamats
Date: 2009-06-29 09:01:38 +0200 (Mon, 29 Jun 2009)
New Revision: 484

Modified:
   branches/distr-2.2/pkg/distrSim/man/0distrSim-package.Rd
   branches/distr-2.2/pkg/distrSim/man/summary-methods.Rd
Log:
misplaced brace corrected - forgot to commit these too

Modified: branches/distr-2.2/pkg/distrSim/man/0distrSim-package.Rd
===================================================================
--- branches/distr-2.2/pkg/distrSim/man/0distrSim-package.Rd	2009-06-29 07:00:45 UTC (rev 483)
+++ branches/distr-2.2/pkg/distrSim/man/0distrSim-package.Rd	2009-06-29 07:01:38 UTC (rev 484)
@@ -14,13 +14,11 @@
 \tabular{ll}{
 Package: \tab distrSim\cr
 Version: \tab 2.2\cr
-Date: \tab 2009-03-19\cr
+Date: \tab 2009-06-29\cr
 Depends: \tab R(>= 2.6.0), methods, graphics, setRNG(>= 2006.2-1), distr(>=
 2.0), startupmsg\cr
 LazyLoad: \tab yes\cr
 License: \tab LGPL-3\cr
-License: \tab LGPL-3\cr
-License: \tab LGPL-3\cr
 URL: \tab http://distr.r-forge.r-project.org/\cr
 }
 }

Modified: branches/distr-2.2/pkg/distrSim/man/summary-methods.Rd
===================================================================
--- branches/distr-2.2/pkg/distrSim/man/summary-methods.Rd	2009-06-29 07:00:45 UTC (rev 483)
+++ branches/distr-2.2/pkg/distrSim/man/summary-methods.Rd	2009-06-29 07:01:38 UTC (rev 484)
@@ -7,24 +7,25 @@
 \title{ Methods for Function summary in Package `distrSim' }
 \description{summary-methods}
 
-\section{Methods}{\describe{
+\section{Methods}{
+\describe{
 \item{summary}{\code{signature(object = "Dataclass")}: returns the same information as print, 
-moreover a statistical summary for each run; optional arguments: 
-\describe{\item{runs0}{the indices of runs to be summarized; --- of this vector \code{runs0} 
-maximally \code{MaxNumberofSummarizedRuns} runs are summarized where \code{MaxNumberofSummarizedRuns} 
-is a global option, see \code{\link[distrSim]{distrSimoptions}}}
-\item{dims0}{the indices of observation dimensions to be summarized; --- of this vector \code{dims0} 
-maximally \code{MaxNumberofSummarizedObsDims} dimensions are summarized where \code{MaxNumberofSummarizedObsDims} 
-is a global option, see \code{\link[distrSim]{distrSimoptions}}}
- }
+    moreover a statistical summary for each run; optional arguments: 
+    \describe{
+    \item{runs0}{the indices of runs to be summarized; --- of this vector \code{runs0} 
+        maximally \code{MaxNumberofSummarizedRuns} runs are summarized where \code{MaxNumberofSummarizedRuns} 
+        is a global option, see \code{\link[distrSim]{distrSimoptions}}}
+    \item{dims0}{the indices of observation dimensions to be summarized; --- of this vector \code{dims0} 
+        maximally \code{MaxNumberofSummarizedObsDims} dimensions are summarized where \code{MaxNumberofSummarizedObsDims} 
+        is a global option, see \code{\link[distrSim]{distrSimoptions}}}
+    }}
 
 \item{summary}{\code{signature(object = "Simulation")}: returns name, filename, seed, number of runs, the size of the sample and a
-statistical summary for each run; optional arguments: as with \code{signature(object = "Dataclass")} }
+    statistical summary for each run; optional arguments: as with \code{signature(object = "Dataclass")} }
 
 \item{summary}{\code{signature(object = "Contsimulation")}: returns name, filename, seed, number of runs, the size of the sample, the
-rate and a statistical summary for each run of the real data; optional arguments: as with \code{signature(object = "Dataclass")} }
-
-}}}
+    rate and a statistical summary for each run of the real data; optional arguments: as with \code{signature(object = "Dataclass")} }
+}}
 \concept{summary}
 \keyword{methods}
 \concept{S4 data class}



More information about the Distr-commits mailing list