[Monetr-users] r89 - pkg/MonetDB.R/R

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Tue Jul 23 16:56:39 CEST 2013


Author: hannes
Date: 2013-07-23 16:56:38 +0200 (Tue, 23 Jul 2013)
New Revision: 89

Modified:
   pkg/MonetDB.R/R/monetdb.R
Log:
revert one of the c moves due to very little effect

Modified: pkg/MonetDB.R/R/monetdb.R
===================================================================
--- pkg/MonetDB.R/R/monetdb.R	2013-07-23 14:39:45 UTC (rev 88)
+++ pkg/MonetDB.R/R/monetdb.R	2013-07-23 14:56:38 UTC (rev 89)
@@ -618,8 +618,8 @@
 
 # determines and partially parses the answer from the server in response to a query
 .mapiParseResponse <- function(response) {
-  lines <- .Call("mapiSplitLines", response,PACKAGE="MonetDB.R")
-  #lines <- strsplit(response,"\n",fixed=TRUE,useBytes=TRUE)[[1]]
+  #lines <- .Call("mapiSplitLines", response,PACKAGE="MonetDB.R")
+  lines <- strsplit(response,"\n",fixed=TRUE,useBytes=TRUE)[[1]]
 	
   
   typeLine <- lines[[1]]



More information about the Monetr-users mailing list