[Swift-commit] r4107 - SwiftApps/SwiftR/Swift/R

noreply at svn.ci.uchicago.edu noreply at svn.ci.uchicago.edu
Tue Feb 15 17:34:26 CST 2011


Author: tga
Date: 2011-02-15 17:34:26 -0600 (Tue, 15 Feb 2011)
New Revision: 4107

Modified:
   SwiftApps/SwiftR/Swift/R/TestFramework.R
Log:
Fix to TestFramework: it had inserted test results prematurely into a data frame.  This didn't work in all circumstances because in some cases we had non-string and non-numeric data in the result lists.


Modified: SwiftApps/SwiftR/Swift/R/TestFramework.R
===================================================================
--- SwiftApps/SwiftR/Swift/R/TestFramework.R	2011-02-15 23:31:55 UTC (rev 4106)
+++ SwiftApps/SwiftR/Swift/R/TestFramework.R	2011-02-15 23:34:26 UTC (rev 4107)
@@ -80,7 +80,7 @@
             }
         }
     }
-    return (data.frame(collated))
+    return (collated)
 }
 
 




More information about the Swift-commit mailing list