Skip to content

Commit

Permalink
Added one-line aside comment only
Browse files Browse the repository at this point in the history
  • Loading branch information
mattdowle committed Jan 12, 2018
1 parent c1e2b80 commit 86e3786
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/onLoad.R
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
lockBinding("rbind.data.frame",baseenv())
}
# Set options for the speed boost in v1.8.0 by avoiding 'default' arg of getOption(,default=)
# TODO: submit improvement to .Internal(getOption(x)) in base::getOption to return NULL when option not set, to avoid (relatively slow) 'x %in% names(options())' there.
opts = c("datatable.verbose"="FALSE", # datatable.<argument name>
"datatable.nomatch"="NA_integer_", # datatable.<argument name>
"datatable.optimize"="Inf", # datatable.<argument name>
Expand Down

0 comments on commit 86e3786

Please sign in to comment.