I added some qualifications of functions like melt() and first() that are also exported also by data.table to clarify their source, but could revert this if seen fit.
The qualifications in tests are needed as {data.table} is no longer attached for those.
Depends are discouraged for data.table:
https://github.com/Rdatatable/data.table/issues/3076
(in fact, we hope that R will eventually deprecate this mode of dependency)
I used {lintr} to find all {data.table} usages in your package.
I added some qualifications of functions like
melt()
andfirst()
that are also exported also by data.table to clarify their source, but could revert this if seen fit.The qualifications in tests are needed as {data.table} is no longer attached for those.