Skip to content

Commit

Permalink
Modified checkClient to wait for user to start H2O in launcher
Browse files Browse the repository at this point in the history
  • Loading branch information
Anqi Fu authored and Anqi Fu committed Aug 8, 2013
1 parent 03703bb commit a5d996a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/h2o-package/R/ParseImport.R
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ setMethod("h2o.checkClient", signature(object="H2OClient"), function(object) {
if(!url.exists(myURL)) {
print("H2O is not running yet, starting it now.")
h2o.startLauncher()
invisible(readline("Hit <Return> to continue: "))
} else {
cat("Successfully connected to", myURL, "\n")
if("h2o" %in% rownames(installed.packages()) && (pv=packageVersion("h2o")) != (sv=h2o.__version(object)))
Expand Down

0 comments on commit a5d996a

Please sign in to comment.