[Distr-commits] r941 - in branches/distr-2.6/pkg: distr/R distrMod/R
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Thu Jul 24 13:27:44 CEST 2014
Author: ruckdeschel
Date: 2014-07-24 13:27:43 +0200 (Thu, 24 Jul 2014)
New Revision: 941
Modified:
branches/distr-2.6/pkg/distr/R/qqplot.R
branches/distr-2.6/pkg/distrMod/R/qqplot.R
Log:
[distr,distrMod] eliminated argument "debug" from internal mingling of the call in qqplot-methods
Modified: branches/distr-2.6/pkg/distr/R/qqplot.R
===================================================================
--- branches/distr-2.6/pkg/distr/R/qqplot.R 2014-07-22 17:37:31 UTC (rev 940)
+++ branches/distr-2.6/pkg/distr/R/qqplot.R 2014-07-24 11:27:43 UTC (rev 941)
@@ -26,6 +26,7 @@
mcl <- as.list(mc)[-1]
mcl$withSweave <- NULL
mcl$mfColRow <- NULL
+ mcl$debug <- NULL
force(x)
Modified: branches/distr-2.6/pkg/distrMod/R/qqplot.R
===================================================================
--- branches/distr-2.6/pkg/distrMod/R/qqplot.R 2014-07-22 17:37:31 UTC (rev 940)
+++ branches/distr-2.6/pkg/distrMod/R/qqplot.R 2014-07-24 11:27:43 UTC (rev 941)
@@ -106,6 +106,7 @@
mcl <- as.list(mc)[-1]
mcl$withSweave <- NULL
mcl$mfColRow <- NULL
+ mcl$debug <- NULL
force(x)
More information about the Distr-commits
mailing list