[Robast-commits] r523 - in branches/robast-0.9/pkg/RobAStBase: . man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sun Sep 23 12:31:32 CEST 2012


Author: ruckdeschel
Date: 2012-09-23 12:31:31 +0200 (Sun, 23 Sep 2012)
New Revision: 523

Modified:
   branches/robast-0.9/pkg/RobAStBase/NAMESPACE
   branches/robast-0.9/pkg/RobAStBase/man/ddPlot-methods.Rd
   branches/robast-0.9/pkg/RobAStBase/man/internals_ddPlot.Rd
Log:
[RobAstBase] thx to hint by Matthias (NAMESPACE), and some (more specific) Rd-links to gettextf, now no more notes or warnings in R-2.16.0dev

Modified: branches/robast-0.9/pkg/RobAStBase/NAMESPACE
===================================================================
--- branches/robast-0.9/pkg/RobAStBase/NAMESPACE	2012-09-22 17:51:32 UTC (rev 522)
+++ branches/robast-0.9/pkg/RobAStBase/NAMESPACE	2012-09-23 10:31:31 UTC (rev 523)
@@ -1,5 +1,5 @@
 import("methods")
-import("rrcov")
+importFrom("rrcov", "getCov", "CovMcd")
 import("distr")
 import("distrEx")
 import("distrMod")

Modified: branches/robast-0.9/pkg/RobAStBase/man/ddPlot-methods.Rd
===================================================================
--- branches/robast-0.9/pkg/RobAStBase/man/ddPlot-methods.Rd	2012-09-22 17:51:32 UTC (rev 522)
+++ branches/robast-0.9/pkg/RobAStBase/man/ddPlot-methods.Rd	2012-09-23 10:31:31 UTC (rev 523)
@@ -104,7 +104,7 @@
                          if \code{NULL} (default) set to 1.05 times the cutoff value.}
   \item{text.abline.y.y}{y-coordinate of text to be added to cutoff lines in y direction;
                          if \code{NULL} (default) set to 1.05 times the cutoff value.}
-  \item{text.abline.x.fmt.cx}{format string (see \code{\link[base]{gettextf}}) to format the cutoff value in label in x direction.}
+  \item{text.abline.x.fmt.cx}{format string (see \code{\link[base:sprintf]{gettextf}}) to format the cutoff value in label in x direction.}
   \item{text.abline.x.fmt.qx}{format string to format cutoff probability in label in x direction.}
   \item{text.abline.y.fmt.cy}{format string to format the cutoff value in label in y direction.}
   \item{text.abline.y.fmt.qy}{format string to format cutoff probability in label in y direction.}

Modified: branches/robast-0.9/pkg/RobAStBase/man/internals_ddPlot.Rd
===================================================================
--- branches/robast-0.9/pkg/RobAStBase/man/internals_ddPlot.Rd	2012-09-22 17:51:32 UTC (rev 522)
+++ branches/robast-0.9/pkg/RobAStBase/man/internals_ddPlot.Rd	2012-09-23 10:31:31 UTC (rev 523)
@@ -78,7 +78,7 @@
                          if \code{NULL} (default) set to 1.05 times the cutoff value.}
   \item{text.abline.y.y}{y-coordinate of text to be added to cutoff lines in y direction;
                          if \code{NULL} (default) set to 1.05 times the cutoff value.}
-  \item{text.abline.x.fmt.cx}{format string (see \code{\link[base]{gettextf}}) to format the cutoff value in label in x direction.}
+  \item{text.abline.x.fmt.cx}{format string (see \code{\link[base:sprintf]{gettextf}}) to format the cutoff value in label in x direction.}
   \item{text.abline.x.fmt.qx}{format string to format cutoff probability in label in x direction.}
   \item{text.abline.y.fmt.cy}{format string to format the cutoff value in label in y direction.}
   \item{text.abline.y.fmt.qy}{format string to format cutoff probability in label in y direction.}



More information about the Robast-commits mailing list