Skip to content

Commit

Permalink
actually enable data.table by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Sterba committed Jan 29, 2020
1 parent 5d3d30d commit 2f46e16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion h2o-r/h2o-package/R/frame.R
Original file line number Diff line number Diff line change
Expand Up @@ -3276,7 +3276,7 @@ destination_frame.guess <- function(x) {
#' options(op)
use.package <- function(package,
version="1.9.8"[package=="data.table"],
use=getOption("h2o.use.data.table", FALSE)[package=="data.table"]) {
use=getOption("h2o.use.data.table", TRUE)[package=="data.table"]) {
## methods that depends on use.package default arguments (to have control in single place):
# as.h2o.data.frame
# as.data.frame.H2OFrame
Expand Down

0 comments on commit 2f46e16

Please sign in to comment.