Skip to content

Commit

Permalink
Merge pull request #44 from krlmlr/b-load-dt
Browse files Browse the repository at this point in the history
Always load data.table
  • Loading branch information
lionel- authored May 9, 2017
2 parents 6824210 + be91499 commit e15fc7d
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 0 deletions.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ export(grouped_dt)
export(is.grouped_dt)
export(src_dt)
export(tbl_dt)
importFrom(data.table,as.data.table)
importFrom(dplyr,arrange_)
importFrom(dplyr,as.tbl)
importFrom(dplyr,auto_copy)
Expand Down
2 changes: 2 additions & 0 deletions R/dtplyr-package.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#' @importFrom data.table as.data.table
"_PACKAGE"
33 changes: 33 additions & 0 deletions man/dtplyr-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e15fc7d

Please sign in to comment.