Displaying 1 result from an estimated 1 matches for "r_primitive".
2013 Mar 03
1
Missing PROTECT in mkPRIMSXP ?
...;, rho=0x5334428)
at /home/biocbuild/src/R-3.0.r62077/src/main/mapply.c:49
...
we get to
(gdb) l mapply.c:49
44 /* Cache the .Primitive: unclear caching is worthwhile. */
45 static SEXP length_op = NULL;
46 if (length_op == NULL) length_op = R_Primitive("length");
47 // DispatchOrEval() needs 'args' to be a pairlist
48 SEXP ans, tmp2 = PROTECT(list1(tmp1));
49 if (DispatchOrEval(call, length_op, "length", tmp2, rho,
&ans, 0, 1))
50 lengths[i] =...