Skip to contents

Starting H2O For examples

Examples

if (FALSE) { # \dontrun{
if (Sys.info()['sysname'] == "Darwin" && Sys.info()['release'] == '13.4.0') {
  quit(save = "no")
} else {
 h2o.init(nthreads = 2)
}
} # }