Re: [Rd] [PATCH] Fix missing break

2017-07-22 Thread Martin Maechler
> Steve Grubb > on Fri, 21 Jul 2017 13:53:12 -0400 writes: > Hello Martin, > On Friday, July 21, 2017 4:21:21 AM EDT Martin Maechler wrote: >> I have now created an account for you. > Thanks. Is that the preferred method of transferring these patches? in such a case,

Re: [Rd] missing `=` in man page for files2

2017-07-22 Thread Ben Marwick
Thanks! On 22/07/2017 4:08 PM, Duncan Murdoch wrote: On 22/07/2017 8:19 AM, Ben Marwick wrote: Hi everyone, In the example code at the bottom of this page, https://stat.ethz.ch/R-manual/R-devel/library/base/html/files2.html, there is a missing `=`. That page has: f <- list.files(".", all.file

Re: [Rd] missing `=` in man page for files2

2017-07-22 Thread Duncan Murdoch
On 22/07/2017 8:19 AM, Ben Marwick wrote: Hi everyone, In the example code at the bottom of this page, https://stat.ethz.ch/R-manual/R-devel/library/base/html/files2.html, there is a missing `=`. That page has: f <- list.files(".", all.files = TRUE, full.names = TRUE, recursive TRUE) Thanks,

[Rd] missing `=` in man page for files2

2017-07-22 Thread Ben Marwick
Hi everyone, In the example code at the bottom of this page, https://stat.ethz.ch/R-manual/R-devel/library/base/html/files2.html, there is a missing `=`. That page has: f <- list.files(".", all.files = TRUE, full.names = TRUE, recursive TRUE) but it should be: f <- list.files(".", all.file