<div dir="ltr">Hi, I ran the example from the doc, as seen below. --Frank<div><br></div><div><div><font face="monospace, monospace">> DT = data.table(x=c(20,10,10,30,30,20), y=c("a", "a", "a", "b", "b", "b"), z=1:6)</font></div><div><font face="monospace, monospace">> </font></div><div><font face="monospace, monospace">> rowid(DT$x) # 1,1,2,1,2,2</font></div><div><font face="monospace, monospace">Error in rowidv(list(...), prefix = prefix) : </font></div><div><font face="monospace, monospace">  Internal error: invalid ties.method for frankv(), should have been caught before. Please report to datatable-help</font></div><div><font face="monospace, monospace">> rowidv(DT, cols="x") # same as above</font></div><div><font face="monospace, monospace">Error in rowidv(DT, cols = "x") : </font></div><div><font face="monospace, monospace">  Internal error: invalid ties.method for frankv(), should have been caught before. Please report to datatable-help</font></div><div><font face="monospace, monospace">> sessionInfo()</font></div><div><font face="monospace, monospace">R version 3.2.2 (2015-08-14)</font></div><div><font face="monospace, monospace">Platform: x86_64-w64-mingw32/x64 (64-bit)</font></div><div><font face="monospace, monospace">Running under: Windows 7 x64 (build 7601) Service Pack 1</font></div><div><font face="monospace, monospace"><br></font></div><div><font face="monospace, monospace">locale:</font></div><div><font face="monospace, monospace">[1] LC_COLLATE=English_United States.1252  LC_CTYPE=English_United States.1252   </font></div><div><font face="monospace, monospace">[3] LC_MONETARY=English_United States.1252 LC_NUMERIC=C                          </font></div><div><font face="monospace, monospace">[5] LC_TIME=English_United States.1252    </font></div><div><font face="monospace, monospace"><br></font></div><div><font face="monospace, monospace">attached base packages:</font></div><div><font face="monospace, monospace">[1] stats     graphics  grDevices utils     datasets  methods   base     </font></div><div><font face="monospace, monospace"><br></font></div><div><font face="monospace, monospace">other attached packages:</font></div><div><font face="monospace, monospace">[1] data.table_1.9.7</font></div><div><font face="monospace, monospace"><br></font></div><div><font face="monospace, monospace">loaded via a namespace (and not attached):</font></div><div><font face="monospace, monospace">[1] chron_2.3-47</font></div></div><div><br></div></div>