Displaying 1 result from an estimated 1 matches for "r37269".
Did you mean:
37269
2006 Mar 29
0
substitute() bug by you ? [forwarded]
...> Just in case you haven't been alerted yet;
> I think the bug mentioned is caused by this change in coerce.c :
Thanks, I was just coming to the same conclusion. I'll look into it.
Duncan
>
> ----------------------------------------------------------------------------
> r37269 | murdoch | 2006-02-05 18:00:54 +0100 (Sun, 05 Feb 2006) | 7 lines
>
> Changes to substitute and findVar:
> In C, substitute( , R_NilValue) does no substs, just
> getting PREXPRs, while substitute( , R_GlobalEnv) does
> substitutions.
>
> In R: substitute( , .GlobalEnv) is j...