You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SDenv$.SDall= .Call(CsubsetDT, x, if (length(len__)) seq_len(max(len__)) else0L, xcols) # must be deep copy when largest group is a subset
1596
1596
if (!is.data.table(SDenv$.SDall)) setattr(SDenv$.SDall, "class", c("data.table","data.frame")) # DF |> DT(,.SD[...],by=grp) needs .SD to be data.table, test 2022.012
1597
1597
if (xdotcols) setattr(SDenv$.SDall, 'names', ansvars[xcolsAns]) # now that we allow 'x.' prefix in 'j', #2313 bug fix - [xcolsAns]
// # nocov start ## does not seem to be reported to codecov most likely due to running in a fork, I manually debugged that it is being called when running froll.Rraw
86
+
for (R_xlen_ti=0; i<xlength(x); ++i) {
87
+
//Rprintf("%d",3); // manual code coverage to confirm it is reached when marking nocov
0 commit comments