Re: [Rd] Undocumented 'use.names' argument to c()

2016-09-25 Thread Suharto Anggono Suharto Anggono via R-devel
>From comments in >http://stackoverflow.com/questions/24815572/why-does-function-c-accept-an-undocumented-argument/24815653 > : The code of c() and unlist() was formerly shared but has been (long time >passing) separated. From July 30, 1998, is where do_c got split into do_c and >do_unlist. Wit

Re: [Rd] Undocumented 'use.names' argument to c()

2016-09-25 Thread Martin Maechler
> Suharto Anggono Suharto Anggono via R-devel > on Sun, 25 Sep 2016 14:12:10 + writes: >> From comments in >> http://stackoverflow.com/questions/24815572/why-does-function-c-accept-an-undocumented-argument/24815653 >> : The code of c() and unlist() was formerly shared

Re: [Rd] withAutoprint({ .... }) ?

2016-09-25 Thread Martin Maechler
> Henrik Bengtsson > on Sat, 24 Sep 2016 11:31:49 -0700 writes: > Martin, did you post your code for withAutoprint() anywhere? > Building withAutoprint() on top of source() definitely makes sense, > unless, as Bill says, source() itself could provide the same feature. I w

Re: [Rd] withAutoprint({ .... }) ?

2016-09-25 Thread Henrik Bengtsson
On Sun, Sep 25, 2016 at 9:29 AM, Martin Maechler wrote: >> Henrik Bengtsson >> on Sat, 24 Sep 2016 11:31:49 -0700 writes: > > > Martin, did you post your code for withAutoprint() anywhere? > > Building withAutoprint() on top of source() definitely makes sense, > > unless,