Re: [R-pkg-devel] [FORGED] Re: Help on Windows CRAN Check

2020-03-05 Thread Jeff Jetton
This is something that, by the way, I've always thought R got backwards. If you want an operation to handle "one thing" against "one other thing" (scalars), a single & or | seems like the obvious symbol for it. Whereas an operation on "multiple things" (vectors) would be well-represented by a

Re: [R-pkg-devel] [FORGED] Re: Help on Windows CRAN Check

2020-03-05 Thread Uwe Ligges
On 05.03.2020 09:45, Rolf Turner wrote: On 5/03/20 9:04 pm, Tomas Kalibera wrote: On 3/5/20 4:26 AM, John Lawson wrote: I see this error on the CRAN Check report Fatal error: the condition has length > 1 The problem is that the condition t1 == "I" & t2 == "(" of the if statement in

Re: [R-pkg-devel] [FORGED] Re: Help on Windows CRAN Check

2020-03-05 Thread Tomas Kalibera
On 3/5/20 9:45 AM, Rolf Turner wrote: On 5/03/20 9:04 pm, Tomas Kalibera wrote: On 3/5/20 4:26 AM, John Lawson wrote: I see this error on the CRAN Check report Fatal error: the condition has length > 1 The problem is that the condition t1 == "I" & t2 == "(" of the if statement in the

Re: [R-pkg-devel] [FORGED] Re: Help on Windows CRAN Check

2020-03-05 Thread Georgi Boshnakov
e error be masked or delayed and pop up far away. Georgi Boshnakov -Original Message- From: R-package-devel On Behalf Of Rolf Turner Sent: 05 March 2020 08:46 To: Tomas Kalibera Cc: r-package-devel@r-project.org Subject: Re: [R-pkg-devel] [FORGED] Re: Help on Windows CRAN Chec

Re: [R-pkg-devel] [FORGED] Re: Help on Windows CRAN Check

2020-03-05 Thread Rolf Turner
On 5/03/20 9:04 pm, Tomas Kalibera wrote: On 3/5/20 4:26 AM, John Lawson wrote: I see this error on the CRAN Check report Fatal error: the condition has length > 1 The problem is that the condition t1 == "I" & t2 == "(" of the if statement in the code is not a scalar. Even though this