Skip to content

Substitute() changed since R2.3.0 (2006-02-02 r37243)?

2 messages · Henrik Bengtsson, Duncan Murdoch

#
Follow up:  I've downloaded todays R v2.3.0 alpha (2006-04-02 r37626)
for Windows and the below bug has been fixed:
list(foo(x, y, ..., z))

Thank you (Duncan!?)

Henrik
On 3/29/06, Henrik Bengtsson <hb at maths.lth.se> wrote:
#
On 4/3/2006 8:08 AM, Henrik Bengtsson wrote:
Yes, I think it's fixed.  I also caught the older bug that

substitute(list(..., z), list(z=1))

returned list(..., z), instead of list(..., 1).  The presence of both 
bugs within a few lines of each other in the source made repairs much 
more interesting.

Duncan Murdoch