[Swift-commit] r4330 - SwiftApps/SwiftR/Swift/R
tga at ci.uchicago.edu
tga at ci.uchicago.edu
Fri Apr 8 17:08:19 CDT 2011
Author: tga
Date: 2011-04-08 17:08:19 -0500 (Fri, 08 Apr 2011)
New Revision: 4330
Modified:
SwiftApps/SwiftR/Swift/R/Workers.R
Log:
Made return of swiftInit silent.
Modified: SwiftApps/SwiftR/Swift/R/Workers.R
===================================================================
--- SwiftApps/SwiftR/Swift/R/Workers.R 2011-04-08 21:00:51 UTC (rev 4329)
+++ SwiftApps/SwiftR/Swift/R/Workers.R 2011-04-08 22:08:19 UTC (rev 4330)
@@ -247,7 +247,7 @@
# Sleep to give start-swift time to set up fifos,etc
Sys.sleep(2)
- return (output)
+ return (invisible(output))
}
swiftShutdown <- function(handle=NULL, all=FALSE) {
More information about the Swift-commit
mailing list