Displaying 1 result from an estimated 1 matches for "valpine".
Did you mean:
alpine
2008 Sep 24
1
function can permanently modify calling function via substitute?
...first time
do.stuff.with.call is called from try.me, raw.mycall[[2]] has NAMED ==
1 both before and after the `[[<-` line. On subsequent calls it has
NAMED == 2 before and NAMED == 1 after. If I follow how NAMED is
used, this seems relevant.
Many thanks in advance for any responses.
Perry de Valpine
----------------------
> sessionInfo(); ## Also checked on Windows XP Professional running R-7.2.1, beyond my control to upgrade
R version 2.7.2 (2008-08-25)
i386-apple-darwin8.11.1
locale:
C
attached base packages:
[1] stats graphics grDevices utils datasets methods base
loaded...