Displaying 1 result from an estimated 1 matches for "b2quot".
Did you mean:
o2quot
2010 May 07
0
A fix that for 'bquote' that may work (PR#14031)
...s.pairlist(e)){
> ? ? ? ? ? ?
> as.pairlist(lapply(e,unquote))
> ? ? ? ? }
> ? ? ? ? else as.call(lapply(e,
> unquote))
> ? ? }
> ? ? unquote(substitute(expr))
> }
>
> since that now allows substitution into default arguments,
> eg
> ? default<-1
> ? g<-b2quote(function(x,y=.(default)) x+y )
>
>
>
> ? ? ? ? -thomas
>
> Thomas Lumley??? ???
> ??? Assoc. Professor, Biostatistics
> tlumley at u.washington.edu???
> University of Washington, Seattle
>
>
Thank you.
I have tried R 2.11.0. I see that the above is the defi...