[Distr-commits] r796 - branches/distr-2.4/pkg/distr/R pkg/distr/R

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Wed Feb 22 17:16:54 CET 2012


Author: stamats
Date: 2012-02-22 17:16:54 +0100 (Wed, 22 Feb 2012)
New Revision: 796

Modified:
   branches/distr-2.4/pkg/distr/R/internalUtils.R
   pkg/distr/R/internalUtils.R
Log:
missing r in distroptions()

Modified: branches/distr-2.4/pkg/distr/R/internalUtils.R
===================================================================
--- branches/distr-2.4/pkg/distr/R/internalUtils.R	2012-02-22 14:51:23 UTC (rev 795)
+++ branches/distr-2.4/pkg/distr/R/internalUtils.R	2012-02-22 16:16:54 UTC (rev 796)
@@ -550,7 +550,7 @@
 
             withg <- getdistrOption("withgaps")
             on.exit(distroptions(withgaps=withg))
-            distoptions(withgaps=FALSE)
+            distroptions(withgaps=FALSE)
 
             if (length(e2)>1) stop("length of operator must be 1")
 

Modified: pkg/distr/R/internalUtils.R
===================================================================
--- pkg/distr/R/internalUtils.R	2012-02-22 14:51:23 UTC (rev 795)
+++ pkg/distr/R/internalUtils.R	2012-02-22 16:16:54 UTC (rev 796)
@@ -550,7 +550,7 @@
 
             withg <- getdistrOption("withgaps")
             on.exit(distroptions(withgaps=withg))
-            distoptions(withgaps=FALSE)
+            distroptions(withgaps=FALSE)
 
             if (length(e2)>1) stop("length of operator must be 1")
 



More information about the Distr-commits mailing list