search for: do_dotrcod

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

Did you mean: do_dotrcode
1999 Feb 02
0
Suggestion
...to have an API to standardize the process of building R object too... I'd like to see .RC added to the standard R distribution. Right now, I'm applying my patch every time I upgrade R. Here is my diff diff -r R-0.63/src/main/dotcode.c R-0.63.orig/src/main/dotcode.c 264,286d263 < SEXP do_dotRCode(SEXP call, SEXP op, SEXP args, SEXP env) < { < DL_FUNC fun; < char buf[128], *p, *q, *vmax; < SEXP retval; < < vmax = vmaxget(); < op = CAR(args); < if (!isString(op)) errorcall(call,"function name must be a string\n"); < &lt...