Re: [Rd] NextMethod() and argument laziness

2019-08-12 Thread Tomas Kalibera
On 8/7/19 3:10 PM, Davis Vaughan wrote: Hi all, I'd like to ask if the following behavior is a bug. To me it certainly feels surprising, at the very least. In this example, I would like to call NextMethod() from my `child` object, have `cols` be left untouched, and then substitute(cols) in the

[Rd] NextMethod() and argument laziness

2019-08-07 Thread Davis Vaughan
Hi all, I'd like to ask if the following behavior is a bug. To me it certainly feels surprising, at the very least. In this example, I would like to call NextMethod() from my `child` object, have `cols` be left untouched, and then substitute(cols) in the parent method. It works when you use a `pare