[Distr-commits] r368 - branches/distr-2.1/pkg/distrMod/man branches/distr-2.1/pkg/distrTEst/man pkg/distrTEst pkg/distrTEst/man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Mon Dec 8 13:46:50 CET 2008


Author: ruckdeschel
Date: 2008-12-08 13:46:50 +0100 (Mon, 08 Dec 2008)
New Revision: 368

Modified:
   branches/distr-2.1/pkg/distrMod/man/solve-methods.Rd
   branches/distr-2.1/pkg/distrMod/man/sqrt-methods.Rd
   branches/distr-2.1/pkg/distrTEst/man/evaluate-methods.Rd
   pkg/distrTEst/DESCRIPTION
   pkg/distrTEst/man/0distrTEst-package.Rd
   pkg/distrTEst/man/evaluate-methods.Rd
Log:
branch 2.1:
[distrMod/distrTEst]:
+patch for Brian Ripley's
Re: [Rd] Warning: missing text for item ... in \describe?

trunc: 
[distrTEst]
+patch for Brian Ripley's
Re: [Rd] Warning: missing text for item ... in \describe?


Modified: branches/distr-2.1/pkg/distrMod/man/solve-methods.Rd
===================================================================
--- branches/distr-2.1/pkg/distrMod/man/solve-methods.Rd	2008-12-08 10:45:40 UTC (rev 367)
+++ branches/distr-2.1/pkg/distrMod/man/solve-methods.Rd	2008-12-08 12:46:50 UTC (rev 368)
@@ -33,10 +33,10 @@
 \section{Methods}{\describe{
 \item{solve}{\code{signature(a = "ANY", b = "ANY")}: tries to evaluate \code{solve.default} method from \pkg{base} in classical way;
 if this gives an error, this one is returned if \code{generalized} is \code{TRUE}, else it will then
-return \eqn{a^-b} where \eqn{a^-} is the pseudo or Moore-Penrose inverse of \eqn{a} }
+return \eqn{a^-b} where \eqn{a^-} is the pseudo or Moore-Penrose inverse of \eqn{a}.}
 \item{solve}{\code{signature(a = "PosSemDefSymmMatrix", b = "ANY")}: evaluates \eqn{a^-b} where \eqn{a^-} is the pseudo or Moore-Penrose
-inverse of \eqn{a}}
-\item{solve}{\code{signature(a = "PosDefSymmMatrix", b = "ANY")}: evaluates solve method from \pkg{base} in classical way}
+inverse of \eqn{a}.}
+\item{solve}{\code{signature(a = "PosDefSymmMatrix", b = "ANY")}: evaluates solve method from \pkg{base} in classical way.}
 }}
 \details{The method for the Moore-Penrose inverse for 
 \code{signature(a = "PosSemDefSymmMatrix", b = "ANY")} uses \code{eigen} to find the eigenvalue 

Modified: branches/distr-2.1/pkg/distrMod/man/sqrt-methods.Rd
===================================================================
--- branches/distr-2.1/pkg/distrMod/man/sqrt-methods.Rd	2008-12-08 10:45:40 UTC (rev 367)
+++ branches/distr-2.1/pkg/distrMod/man/sqrt-methods.Rd	2008-12-08 12:46:50 UTC (rev 368)
@@ -14,7 +14,7 @@
 }
 \section{Methods}{\describe{
 \item{sqrt}{\code{signature(x = "PosSemDefSymmMatrix")}: produces a symmetric,
- p.s.d. matrix \eqn{y} such that  \eqn{x = y^2}}
+ p.s.d. matrix \eqn{y} such that  \eqn{x = y^2}.}
 }}
 \author{Peter Ruckdeschel \email{Peter.Ruckdeschel at itwm.fraunhofer.de}}
 \seealso{

Modified: branches/distr-2.1/pkg/distrTEst/man/evaluate-methods.Rd
===================================================================
--- branches/distr-2.1/pkg/distrTEst/man/evaluate-methods.Rd	2008-12-08 10:45:40 UTC (rev 367)
+++ branches/distr-2.1/pkg/distrTEst/man/evaluate-methods.Rd	2008-12-08 12:46:50 UTC (rev 368)
@@ -26,11 +26,11 @@
 \item{estimator}{the estimation function used; should be able to deal with data in matrix 
                  form \code{samplesize} x \code{obsDim}, and, should return either a 
                  univariate result or a vector (with named coordinates, if possible).}
-\item{resname} {(a vector of) character(s); the name for the univariate results or,
+\item{resname}{(a vector of) character(s); the name for the univariate results or,
                 in the case of multivariate results, and if the coordinates of the results
                 have not yet been named, the basic name for them which is pasted to
                 the coordinate number for each coordinate. }
-\item{name}    {character; the name for the Evaluation object; by default the (R-)name of the Data 
+\item{name}{character; the name for the Evaluation object; by default the (R-)name of the Data 
                 set object. }
 \item{filename}{character; the filename for the Evaluation object (where it is to be saved to); 
                 by default the filename of the Data set object which is concatenated with

Modified: pkg/distrTEst/DESCRIPTION
===================================================================
--- pkg/distrTEst/DESCRIPTION	2008-12-08 10:45:40 UTC (rev 367)
+++ pkg/distrTEst/DESCRIPTION	2008-12-08 12:46:50 UTC (rev 368)
@@ -1,6 +1,6 @@
 Package: distrTEst
-Version: 2.0.3
-Date: 2008-11-27
+Version: 2.0.4
+Date: 2008-12-08
 Title: Estimation and Testing classes based on package distr
 Depends: R(>= 2.6.0), methods, graphics, setRNG(>= 2006.2-1), distr(>=
         2.0), distrSim(>= 2.0), startupmsg

Modified: pkg/distrTEst/man/0distrTEst-package.Rd
===================================================================
--- pkg/distrTEst/man/0distrTEst-package.Rd	2008-12-08 10:45:40 UTC (rev 367)
+++ pkg/distrTEst/man/0distrTEst-package.Rd	2008-12-08 12:46:50 UTC (rev 368)
@@ -15,10 +15,11 @@
 \details{
 \tabular{ll}{
 Package: \tab distrTEst\cr
-Version: \tab 2.0.3 \cr
-Date: \tab 2008-11-27 \cr
+Version: \tab 2.0.4\cr
+Date: \tab 2008-12-08\cr
 Depends: \tab R(>= 2.6.0), methods, graphics, setRNG(>= 2006.2-1), distr(>=
 2.0), distrSim(>= 2.0), startupmsg\cr
+LazyLoad: \tab yes\cr
 License: \tab LGPL-3\cr
 LazyLoad: \tab yes\cr
 URL: \tab http://distr.r-forge.r-project.org/\cr

Modified: pkg/distrTEst/man/evaluate-methods.Rd
===================================================================
--- pkg/distrTEst/man/evaluate-methods.Rd	2008-12-08 10:45:40 UTC (rev 367)
+++ pkg/distrTEst/man/evaluate-methods.Rd	2008-12-08 12:46:50 UTC (rev 368)
@@ -26,11 +26,11 @@
 \item{estimator}{the estimation function used; should be able to deal with data in matrix 
                  form \code{samplesize} x \code{obsDim}, and, should return either a 
                  univariate result or a vector (with named coordinates, if possible).}
-\item{resname} {(a vector of) character(s); the name for the univariate results or,
+\item{resname}{(a vector of) character(s); the name for the univariate results or,
                 in the case of multivariate results, and if the coordinates of the results
                 have not yet been named, the basic name for them which is pasted to
                 the coordinate number for each coordinate. }
-\item{name}    {character; the name for the Evaluation object; by default the (R-)name of the Data 
+\item{name}{character; the name for the Evaluation object; by default the (R-)name of the Data 
                 set object. }
 \item{filename}{character; the filename for the Evaluation object (where it is to be saved to); 
                 by default the filename of the Data set object which is concatenated with



More information about the Distr-commits mailing list