Skip to content

Commit 3f8328c

Browse files
committed
Add zzz with to try to make data.table aware
1 parent 47a6db3 commit 3f8328c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

R/zzz.R

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.onLoad <- function(libname, pkgname){
2+
.datatable.aware <- TRUE
3+
}

0 commit comments

Comments
 (0)