Re: [Rd] Trivial typo in help("browser")

2021-07-29 Thread Rui Barradas
Hello, Double thanks, for the correction and for the lesson. In particular, I had never noticed the f2() example's behavior. It's always good to learn something new. Rui Barradas Às 08:57 de 29/07/21, Martin Maechler escreveu: Rui Barradas on Thu, 29 Jul 2021 07:52:02 +0100 writes:

Re: [Rd] Trivial typo in help("browser")

2021-07-29 Thread Rui Barradas
Hello, Thanks, you are absolutely right. I had noticed that last night and then I din't know what happened but it went like that. Thanks for the correction. Rui Barradas Às 07:59 de 29/07/21, Peter Langfelder escreveu: I'm also not a native speaker but my take is that a "be" is missing in th

Re: [Rd] Trivial typo in help("browser")

2021-07-29 Thread Martin Maechler
> Rui Barradas > on Thu, 29 Jul 2021 07:52:02 +0100 writes: > Hello, > R 4.1.0 on Ubuntu 20.04, session info below. > I am not an English native speaker but in help("browser"), > section Arguments, argument expr, there is a wrong verb > tense: > "invoked" sh

Re: [Rd] Trivial typo in help("browser")

2021-07-29 Thread Tomas Kalibera
Thanks, fixed now. Tomas On 7/29/21 8:59 AM, Peter Langfelder wrote: I'm also not a native speaker but my take is that a "be" is missing in the sentence and it should read An expression, which if it evaluates to TRUE the debugger will be invoked, otherwise control is returned directly. On Wed,

Re: [Rd] Trivial typo in help("browser")

2021-07-29 Thread Peter Langfelder
I'm also not a native speaker but my take is that a "be" is missing in the sentence and it should read An expression, which if it evaluates to TRUE the debugger will be invoked, otherwise control is returned directly. On Wed, Jul 28, 2021 at 11:52 PM Rui Barradas wrote: > > Hello, > > R 4.1.0 on

[Rd] Trivial typo in help("browser")

2021-07-28 Thread Rui Barradas
Hello, R 4.1.0 on Ubuntu 20.04, session info below. I am not an English native speaker but in help("browser"), section Arguments, argument expr, there is a wrong verb tense: "invoked" should be "invoke", right? expr An expression, which if it evaluates to TRUE the debugger will invoked,