On loading the latest version of data.table
(1.10.4) I get this message:
> library(data.table)
data.table 1.10.4
...
---------------------------------------------------------------------------------------------------------------------------------------------
data.table + dplyr code now lives in dtplyr.
Please library(dtplyr)!
---------------------------------------------------------------------------------------------------------------------------------------------
Attaching package: ‘data.table’
The following objects are masked from ‘package:dplyr’:
between, first, last
The following object is masked from ‘package:purrr’:
transpose
The message is not very helpful to explain why is it useful to use the dtplyr
package. As far as I can see, as long as I avoid the listed conflicts I can use the data.table
package normally? In fact, I can't library(dtplyr)
without having the package installed, so the message itself does not provide very good instructions in this case.