Displaying 1 result from an estimated 1 matches for "derefdata".
Did you mean:
__refdata
2009 Dec 09
1
Warning for data.table (with ref)?
I have following the message "dim(refdata) and dimnames(refdata) no
longer allow parameter ref=TRUE, use dim(derefdata(refdata)),
dimnames(derefdata(refdata)) instead" when I loaded data.table. Is it
from the package ref? Could it be fixed? Or there is something wrong
with my installation?
> library(data.table)
Loading required package: ref
dim(refdata) and dimnames(refdata) no longer allow parameter ref=T...