[Distr-commits] r571 - branches/distr-2.2/pkg/distrTEst/man
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Fri Sep 4 12:19:05 CEST 2009
Author: stamats
Date: 2009-09-04 12:19:05 +0200 (Fri, 04 Sep 2009)
New Revision: 571
Added:
branches/distr-2.2/pkg/distrTEst/man/distrTEstoptions.Rd
Removed:
branches/distr-2.2/pkg/distrTEst/man/distrTEstOptions.Rd
Modified:
branches/distr-2.2/pkg/distrTEst/man/0distrTEst-package.Rd
Log:
html-Links should work now in package distrTEst
Modified: branches/distr-2.2/pkg/distrTEst/man/0distrTEst-package.Rd
===================================================================
--- branches/distr-2.2/pkg/distrTEst/man/0distrTEst-package.Rd 2009-09-04 10:15:35 UTC (rev 570)
+++ branches/distr-2.2/pkg/distrTEst/man/0distrTEst-package.Rd 2009-09-04 10:19:05 UTC (rev 571)
@@ -21,8 +21,6 @@
2.0), distrSim(>= 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
}}
\section{Classes}{
@@ -67,7 +65,8 @@
only the version information is displayed.
The same can be achieved by wrapping the \code{library} or \code{require} call into
-either \code{\link[startupmsg]{suppressStartupMessages}()} or \code{\link[startupmsg]{onlytypeStartupMessages}(.,atypes="version")}.
+either \code{\link[startupmsg:StartupUtilities]{suppressStartupMessages}()} or
+\code{\link[startupmsg:StartupUtilities]{onlytypeStartupMessages}(.,atypes="version")}.
As for general \code{packageStartupMessage}'s, you may also suppress all
the start-up banner by wrapping the \code{library} or \code{require}
@@ -105,6 +104,7 @@
\keyword{ package }
\concept{S4 evaluation class}
\seealso{
-\code{\link[distr]{distr}}, \code{\link[distrSim]{distrSim}}, \code{\link[setRNG]{setRNG}}
+\code{\link[distr:0distr-package]{distr-package}}, \code{\link[distrSim:0distrSim-package]{distrSim-package}},
+\code{\link[setRNG]{setRNG}}
}
Deleted: branches/distr-2.2/pkg/distrTEst/man/distrTEstOptions.Rd
===================================================================
--- branches/distr-2.2/pkg/distrTEst/man/distrTEstOptions.Rd 2009-09-04 10:15:35 UTC (rev 570)
+++ branches/distr-2.2/pkg/distrTEst/man/distrTEstOptions.Rd 2009-09-04 10:19:05 UTC (rev 571)
@@ -1,56 +0,0 @@
-\name{distrTEstoptions}
-\alias{distrTEstoptions}
-\alias{getdistrTEstOption}
-\alias{MaxNumberofPlottedEvaluationDims}
-\alias{MaxNumberofPlottedEvaluations}
-\alias{MaxNumberofSummarizedEvaluationDims}
-\alias{MaxNumberofSummarizedEvaluations}
-
-\title{
- functions to change the global variables of the package `distrTEst'
-}
-\description{
- With \code{distrTEstoptions} and \code{getdistrTEstOption} you may inspect and change the global
- variables used by package \pkg{distrTEst}.
-}
-\usage{
-distrTEstoptions(...)
-getdistrTEstOption(x)
-}
-\arguments{
- \item{\dots}{ any options can be defined, using name = value or by passing a list of such tagged values. }
- \item{x}{ a character string holding an option name.}
-}
-\details{Invoking \code{distrTEstoptions()} with no arguments returns a list with the current values of the options.
- To access the value of a single option, one should use \code{getdistrTEstOption("MaxNumberofSummarizedEvaluations")},
- e.g., rather than \code{distrTEstoptions("MaxNumberofSummarizedEvaluations")} which is a \emph{list} of length one.}
-\value{
-\code{distrTEstoptions()} returns a list of the global options of \pkg{distrTEst}. \cr
-\code{distrTEstoptions("MaxNumberofSummarizedEvaluations")} returns the global option \code{MaxNumberofSummarizedEvaluations} as a list of length 1. \cr
-\code{distrTEstoptions("MaxNumberofSummarizedEvaluations" = 3)} sets the value of the global option \code{MaxNumberofSummarizedEvaluations} to 3.
-\code{getdistrTEstOption("MaxNumberofSummarizedEvaluations")} the current value set for option \code{MaxNumberofSummarizedEvaluations}.
-}
-
-\section{Currently available options}{
-\describe{
- \item{MaxNumberofPlottedEvaluations}{ maximal number of evaluations plotted; defaults to 6}
- \item{MaxNumberofPlottedEvaluationDims}{ maximal number of evaluation dimensions plotted in parallel; defaults to 6}
- \item{MaxNumberofSummarizedEvaluations}{ maximal number of evaluations summarized in parallel; defaults to 15 }
- \item{MaxNumberofPrintedEvaluations}{ maximal number of evaluations printed in parallel; defaults to 15 }
-}
-}
-%\references{}
-\author{Peter Ruckdeschel \email{Peter.Ruckdeschel at itwm.fraunhofer.de}}
-%\note{}
-\seealso{\code{\link[base]{options}}, \code{\link[base]{getOption}},
-\code{\link[distr]{distroptions}}, \code{\link[distr]{getdistrOption}}}
-\examples{
-distrTEstoptions()
-distrTEstoptions("MaxNumberofPlottedEvaluationDims")
-distrTEstoptions("MaxNumberofPlottedEvaluationDims" = 5)
-# or
-getdistrTEstOption("MaxNumberofPlottedEvaluationDims")
-}
-\keyword{misc}
-\concept{global options}
-\concept{options}
Copied: branches/distr-2.2/pkg/distrTEst/man/distrTEstoptions.Rd (from rev 569, branches/distr-2.2/pkg/distrTEst/man/distrTEstOptions.Rd)
===================================================================
--- branches/distr-2.2/pkg/distrTEst/man/distrTEstoptions.Rd (rev 0)
+++ branches/distr-2.2/pkg/distrTEst/man/distrTEstoptions.Rd 2009-09-04 10:19:05 UTC (rev 571)
@@ -0,0 +1,56 @@
+\name{distrTEstoptions}
+\alias{distrTEstoptions}
+\alias{getdistrTEstOption}
+\alias{MaxNumberofPlottedEvaluationDims}
+\alias{MaxNumberofPlottedEvaluations}
+\alias{MaxNumberofSummarizedEvaluationDims}
+\alias{MaxNumberofSummarizedEvaluations}
+
+\title{
+ functions to change the global variables of the package `distrTEst'
+}
+\description{
+ With \code{distrTEstoptions} and \code{getdistrTEstOption} you may inspect and change the global
+ variables used by package \pkg{distrTEst}.
+}
+\usage{
+distrTEstoptions(...)
+getdistrTEstOption(x)
+}
+\arguments{
+ \item{\dots}{ any options can be defined, using name = value or by passing a list of such tagged values. }
+ \item{x}{ a character string holding an option name.}
+}
+\details{Invoking \code{distrTEstoptions()} with no arguments returns a list with the current values of the options.
+ To access the value of a single option, one should use \code{getdistrTEstOption("MaxNumberofSummarizedEvaluations")},
+ e.g., rather than \code{distrTEstoptions("MaxNumberofSummarizedEvaluations")} which is a \emph{list} of length one.}
+\value{
+\code{distrTEstoptions()} returns a list of the global options of \pkg{distrTEst}. \cr
+\code{distrTEstoptions("MaxNumberofSummarizedEvaluations")} returns the global option \code{MaxNumberofSummarizedEvaluations} as a list of length 1. \cr
+\code{distrTEstoptions("MaxNumberofSummarizedEvaluations" = 3)} sets the value of the global option \code{MaxNumberofSummarizedEvaluations} to 3.
+\code{getdistrTEstOption("MaxNumberofSummarizedEvaluations")} the current value set for option \code{MaxNumberofSummarizedEvaluations}.
+}
+
+\section{Currently available options}{
+\describe{
+ \item{MaxNumberofPlottedEvaluations}{ maximal number of evaluations plotted; defaults to 6}
+ \item{MaxNumberofPlottedEvaluationDims}{ maximal number of evaluation dimensions plotted in parallel; defaults to 6}
+ \item{MaxNumberofSummarizedEvaluations}{ maximal number of evaluations summarized in parallel; defaults to 15 }
+ \item{MaxNumberofPrintedEvaluations}{ maximal number of evaluations printed in parallel; defaults to 15 }
+}
+}
+%\references{}
+\author{Peter Ruckdeschel \email{Peter.Ruckdeschel at itwm.fraunhofer.de}}
+%\note{}
+\seealso{\code{\link[base]{options}}, \code{\link[base:options]{getOption}},
+\code{\link[distr]{distroptions}}, \code{\link[distr:distroptions]{getdistrOption}}}
+\examples{
+distrTEstoptions()
+distrTEstoptions("MaxNumberofPlottedEvaluationDims")
+distrTEstoptions("MaxNumberofPlottedEvaluationDims" = 5)
+# or
+getdistrTEstOption("MaxNumberofPlottedEvaluationDims")
+}
+\keyword{misc}
+\concept{global options}
+\concept{options}
Property changes on: branches/distr-2.2/pkg/distrTEst/man/distrTEstoptions.Rd
___________________________________________________________________
Name: svn:keywords
+
Name: svn:mergeinfo
+
More information about the Distr-commits
mailing list