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
SEXPans=PROTECT(allocVector(VECSXP, LENGTH(cols)+overAlloc)); nprotect++; // doing alloc.col directly here; eventually alloc.col can be deprecated.
300
+
SEXPans=PROTECT(growable_allocate(VECSXP, LENGTH(cols), LENGTH(cols)+overAlloc)); nprotect++; // doing alloc.col directly here; eventually alloc.col can be deprecated.
301
301
302
302
// user-defined and superclass attributes get copied as from v1.12.0
303
303
copyMostAttrib(x, ans);
304
304
// most means all except R_NamesSymbol, R_DimSymbol and R_DimNamesSymbol
305
305
// includes row.names (oddly, given other dims aren't) and "sorted" dealt with below
306
306
// class is also copied here which retains superclass name in class vector as has been the case for many years; e.g. tests 1228.* for #64
0 commit comments