Hi, I'm using data.table inside my own packages. I'm having some trouble using data.table functions on my .onLoad method.<div>I'm actually depending (not importing) data.table, but even then, I can't get := to work in .onLoad.</div><div>I'm using the `:=`(a = x, b = y) version, and getting</div><div><br></div><div>Error in `:=`(a = x) :</div><div>Check that is.data.table(DT) == TRUE. Otherwise, := and `:=`(...) are defined for use in j, once only and in particular ways. See help(":=").</div><div><br></div><div>If I comment that, and then run it from the console after the package is loaded, it works.</div><div><br></div><div>Any ideas?</div>