Re: [Rd] Documentation of model.frame() and get_all_vars()

2017-03-27 Thread Martin Maechler
> Thomas J Leeper > on Sun, 26 Mar 2017 17:48:17 +0100 writes: > Hi everyone, > This is about documentation for the model.frame() page. The > get_all_vars() function (added in R 2.5.0) is a great addition, but > the behavior of its '...' argument is different from that

[Rd] Documentation of model.frame() and get_all_vars()

2017-03-26 Thread Thomas J. Leeper
Hi everyone, This is about documentation for the model.frame() page. The get_all_vars() function (added in R 2.5.0) is a great addition, but the behavior of its '...' argument is different from that of model.frame() with which it is documented and this creates ambiguity. The current docs read: \i