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
SEXPthiscol=typeChanged ? allocVector(typeSxp[type[i]], allocNrow) // no need to PROTECT, passed immediately to SET_VECTOR_ELT, see R-exts 5.9.1
500
+
SEXPthiscol=typeChanged ? growable_allocate(typeSxp[type[i]], allocNrow, allocNrow) // no need to PROTECT, passed immediately to SET_VECTOR_ELT, see R-exts 5.9.1
501
501
: growVector(col, allocNrow);
502
502
SET_VECTOR_ELT(DT,resi,thiscol);
503
503
if (type[i]==CT_INT64) {
@@ -519,7 +519,6 @@ size_t allocateDT(int8_t *typeArg, int8_t *sizeArg, int ncolArg, int ndrop, size
519
519
520
520
setAttrib(thiscol, sym_tzone, ScalarString(char_UTC)); // see news for v1.13.0
0 commit comments