Re: [Rd] Possible repeat{} / break function bug in R 3.4.1

2017-08-23 Thread Peter Bosa
www.oregonmetro.gov From: Tomas Kalibera <tomas.kalib...@gmail.com> Sent: Wednesday, August 23, 2017 12:54 AM To: Peter Bosa Cc: Lionel Henry; Martin Maechler; R-devel@r-project.org Subject: Re: [Rd] Possible repeat{} / break function bug in R 3.4.1 Fixed in 73112.

Re: [Rd] Possible repeat{} / break function bug in R 3.4.1

2017-08-23 Thread Tomas Kalibera
th the two attachment. Yes, I of all people (!!) should know that they must have an allowed MIME type; in this case text/plain ! Martin ## see ./break-source_R341.R if(x < y) { writeLines("No Break Dance :-(") x <- x + 1 } else { writeLines("Break Dance!") bre

Re: [Rd] Possible repeat{} / break function bug in R 3.4.1

2017-08-23 Thread Lionel Henry
>> >>>>> [1] "No Break Dance :(" >>>>> [1] "No Break Dance :(" >>>>> [1] "No Break Dance :(" >>>>> [1] "No Break Dance :(" >>>>> [1] "No Break Dance :(" >>>>

Re: [Rd] Possible repeat{} / break function bug in R 3.4.1

2017-08-23 Thread Tomas Kalibera
egards, Martin Maechler, ETH Zurich Trying again with the two attachment. Yes, I of all people (!!) should know that they must have an allowed MIME type; in this case text/plain ! Martin ## see ./break-source_R341.R if(x < y) { writeLines("No Break Dance :-(") x <- x + 1 } else {

Re: [Rd] Possible repeat{} / break function bug in R 3.4.1

2017-08-23 Thread Martin Maechler
s is a bug, but it was not known till now. > For ease of use, I attach the two R files to easily reproduce. > Note I use writeLines() instead of print() as its output is "nicer". > Best regards, > Martin Maechler, ETH Zurich Trying again with the two attachment.

Re: [Rd] Possible repeat{} / break function bug in R 3.4.1

2017-08-23 Thread Martin Maechler
> Peter Bosa > on Tue, 22 Aug 2017 14:39:50 + writes: > Hello, I've noticed the following error using repeat{} / break in R 3.4.1 running on Windows 10 and Windows Server 2008 (both 64-bit environments). > When running a repeat function, the

[Rd] Possible repeat{} / break function bug in R 3.4.1

2017-08-22 Thread Peter Bosa
Hello, I've noticed the following error using repeat{} / break in R 3.4.1 running on Windows 10 and Windows Server 2008 (both 64-bit environments). When running a repeat function, the break command causes an error message if the repeat command refers to code within a file, but does not produce