search for: __see

Displaying 5 results from an estimated 5 matches for "__see".

2017 Aug 23
4
Possible repeat{} / break function bug in R 3.4.1
...t;> ## No Break Dance :( >> ## Break Dance! >> ## > >> >> ## However, if I take the loop contents of the repeat{} function, and save >> ## them to a file (breakTest.R) that contains the following: >> ## ^^^^^^^^^^^ >> ## __SEE THAT FILE__ >> ## if(x < y) { >> ## writeLines("No Break Dance :-(") >> ## x = x + 1 >> ## } else { >> ## writeLines("Break Dance!") >> ## break >> ## } >> >> ## And then run the following code: >> >> x...
2017 Aug 23
2
Possible repeat{} / break function bug in R 3.4.1
>>>>> Martin Maechler <maechler at stat.math.ethz.ch> >>>>> on Wed, 23 Aug 2017 09:10:20 +0200 writes: >>>>> Peter Bosa <Peter.Bosa at oregonmetro.gov> >>>>> on Tue, 22 Aug 2017 14:39:50 +0000 writes: >> Hello, I've noticed the following error using repeat{} / break in R 3.4.1 running on Windows 10 and
2017 Aug 23
0
Possible repeat{} / break function bug in R 3.4.1
...:( > ## No Break Dance :( > ## No Break Dance :( > ## Break Dance! > ## > > > ## However, if I take the loop contents of the repeat{} function, and save > ## them to a file (breakTest.R) that contains the following: > ## ^^^^^^^^^^^ > ## __SEE THAT FILE__ > ## if(x < y) { > ## writeLines("No Break Dance :-(") > ## x = x + 1 > ## } else { > ## writeLines("Break Dance!") > ## break > ## } > > ## And then run the following code: > > x <- 1 > y <- 5 > repeat{ >...
2017 Aug 23
0
Possible repeat{} / break function bug in R 3.4.1
...gt;>> ## Break Dance! >>> ## > >>> >>> ## However, if I take the loop contents of the repeat{} function, and save >>> ## them to a file (breakTest.R) that contains the following: >>> ## ^^^^^^^^^^^ >>> ## __SEE THAT FILE__ >>> ## if(x < y) { >>> ## writeLines("No Break Dance :-(") >>> ## x = x + 1 >>> ## } else { >>> ## writeLines("Break Dance!") >>> ## break >>> ## } >>> >>> ## And then run th...
2017 Aug 23
0
Possible repeat{} / break function bug in R 3.4.1
...# Break Dance! >>> ## > >>> >>> ## However, if I take the loop contents of the repeat{} function, >>> and save >>> ## them to a file (breakTest.R) that contains the following: >>> ## ^^^^^^^^^^^ >>> ## __SEE THAT FILE__ >>> ## if(x < y) { >>> ## writeLines("No Break Dance :-(") >>> ## x = x + 1 >>> ## } else { >>> ## writeLines("Break Dance!") >>> ## break >>> ## } >>> >>> ## And then run the...