search for: r_bit_nam

Displaying 1 result from an estimated 1 matches for "r_bit_nam".

Did you mean: r_bit_not
2014 Mar 02
1
internal copying in R (soon to be released R-3.1.0
...s once R switches to reference-counting preventive increasing in .Call could not be continued anyhow. Kind regards Jens Oehlschl?gel P.S. please cc me in answers as I am not member of r-devel P.P.S. function named() was tentatively defined as follows: named <- function(x) .Call("R_bit_named", x, PACKAGE="bit") SEXP R_bit_named(SEXP x){ SEXP ret_; PROTECT( ret_ = allocVector(INTSXP,1) ); INTEGER(ret_)[0] = NAMED(x); UNPROTECT(1); return ret_; } > version _ platform x86_64-w64-mingw32 arch x86_64 os mingw...