[Robast-commits] r813 - branches/robast-1.0/pkg/RobAStBase/man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sun May 3 11:41:22 CEST 2015


Author: stamats
Date: 2015-05-03 11:41:22 +0200 (Sun, 03 May 2015)
New Revision: 813

Modified:
   branches/robast-1.0/pkg/RobAStBase/man/qqplot.Rd
Log:
added comment again - as the manual says: "It is good practice to include a comment in the \donttest section explaining why it is needed. "

Modified: branches/robast-1.0/pkg/RobAStBase/man/qqplot.Rd
===================================================================
--- branches/robast-1.0/pkg/RobAStBase/man/qqplot.Rd	2015-05-03 09:26:04 UTC (rev 812)
+++ branches/robast-1.0/pkg/RobAStBase/man/qqplot.Rd	2015-05-03 09:41:22 UTC (rev 813)
@@ -131,7 +131,8 @@
                     neighbor = ContNeighborhood(radius = 0.4))
 x <- rnorm(20, mean = 15, sd = sqrt(30))
 qqplot(x, RobM)
-\donttest{
+\donttest{ 
+## \donttest to reduce check time
 qqplot(x, RobM, alpha.CI=0.9, add.points.CI=FALSE)
 }
 ## further examples for ANY,kStepEstimator-method



More information about the Robast-commits mailing list