[Distr-commits] r935 - branches/distr-2.6/pkg/distr/R

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Thu May 15 14:55:06 CEST 2014


Author: ruckdeschel
Date: 2014-05-15 14:55:05 +0200 (Thu, 15 May 2014)
New Revision: 935

Modified:
   branches/distr-2.6/pkg/distr/R/internalUtils_LCD.R
Log:
[distr] found a missing drop=FALSE in .mergegaps2

Modified: branches/distr-2.6/pkg/distr/R/internalUtils_LCD.R
===================================================================
--- branches/distr-2.6/pkg/distr/R/internalUtils_LCD.R	2014-04-15 21:28:56 UTC (rev 934)
+++ branches/distr-2.6/pkg/distr/R/internalUtils_LCD.R	2014-05-15 12:55:05 UTC (rev 935)
@@ -82,7 +82,7 @@
         state2 <- 0
        }
    }
- erg <- if (jj > 0) gaps.new[1:jj, ] else NULL
+ erg <- if (jj > 0) gaps.new[1:jj, ,drop=FALSE] else NULL
  return(.consolidategaps(erg))
 
 }



More information about the Distr-commits mailing list