From 1725f3368047d61a7f97a3908d85e5f6b96d5731 Mon Sep 17 00:00:00 2001 From: SpencerA Date: Thu, 14 May 2015 00:13:55 -0700 Subject: [PATCH] update NAMESPACE to have exported as.numeric call --- R/h2o-package/NAMESPACE | 1 + 1 file changed, 1 insertion(+) diff --git a/R/h2o-package/NAMESPACE b/R/h2o-package/NAMESPACE index 806dda8991..9510d0f5fd 100755 --- a/R/h2o-package/NAMESPACE +++ b/R/h2o-package/NAMESPACE @@ -18,6 +18,7 @@ export('h2o.shutdown', 'h2o.init', 'h2o.coxph', 'h2o.coxph.control', 'h2o.glm', 'h2o.importFolder', 'h2o.uploadFile', 'h2o.parseRaw', 'h2o.ls', 'h2o.rm', 'h2o.cut', '.', 'h2o..', 'h2o.ddply', 'cbind.H2OParsedData') S3method("as.Date", "H2OParsedData") +S3method("as.numeric", "H2OParsedData") S3method("as.data.frame", "H2OParsedData") S3method("as.matrix", "H2OParsedData") S3method("as.table", "H2OParsedData")