Skip to content

Commit

Permalink
update NAMESPACE to have exported as.numeric call
Browse files Browse the repository at this point in the history
  • Loading branch information
spennihana committed May 14, 2015
1 parent 03d8631 commit 1725f33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/h2o-package/NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 1725f33

Please sign in to comment.