search for: r71574

Displaying 6 results from an estimated 6 matches for "r71574".

Did you mean: 371574
2016 Oct 26
3
BUG?: On Linux setTimeLimit() fails to propagate timeout error when it occurs (works on Windows)
...;henrik.bengtsson at gmail.com> wrote: >> ....... >> This looks like a bug to me. Can anyone on macOS confirm whether this >> is also a problem there or not? >> > > > Tried it on macOS El Capitan and got this (running in R.app with R version 3.3.2 RC (2016-10-23 r71574): > >> setTimeLimit(elapsed=1) >> system.time({ Sys.sleep(10); message("done") }) > Error in Sys.sleep(10) : reached elapsed time limit > Timing stopped at: 0.113 0.042 10.038 > > Berend >
2016 Oct 27
2
BUG?: On Linux setTimeLimit() fails to propagate timeout error when it occurs (works on Windows)
...t; ....... >>>> This looks like a bug to me. Can anyone on macOS confirm whether this >>>> is also a problem there or not? >>>> >>> >>> >>> Tried it on macOS El Capitan and got this (running in R.app with R version 3.3.2 RC (2016-10-23 r71574): >>> >>>> setTimeLimit(elapsed=1) >>>> system.time({ Sys.sleep(10); message("done") }) >>> Error in Sys.sleep(10) : reached elapsed time limit >>> Timing stopped at: 0.113 0.042 10.038 >>> >>> Berend >>> >&g...
2016 Oct 26
5
BUG?: On Linux setTimeLimit() fails to propagate timeout error when it occurs (works on Windows)
setTimeLimit(elapsed=1) causes a timeout error whenever a call takes more than one second. For instance, this is how it works on Windows (R 3.3.1): > setTimeLimit(elapsed=1) > Sys.sleep(10); message("done") Error in Sys.sleep(10) : reached elapsed time limit Also, the error propagates immediately and causes an interrupt after ~1 second; > system.time({ Sys.sleep(10);
2016 Oct 26
0
BUG?: On Linux setTimeLimit() fails to propagate timeout error when it occurs (works on Windows)
...gt; wrote: >>> ....... >>> This looks like a bug to me. Can anyone on macOS confirm whether this >>> is also a problem there or not? >>> >> >> >> Tried it on macOS El Capitan and got this (running in R.app with R version 3.3.2 RC (2016-10-23 r71574): >> >>> setTimeLimit(elapsed=1) >>> system.time({ Sys.sleep(10); message("done") }) >> Error in Sys.sleep(10) : reached elapsed time limit >> Timing stopped at: 0.113 0.042 10.038 >> >> Berend >> > > ________________________...
2016 Oct 31
1
BUG?: On Linux setTimeLimit() fails to propagate timeout error when it occurs (works on Windows)
...anyone on macOS confirm whether this >>>>>> is also a problem there or not? >>>>>> >>>>> >>>>> >>>>> Tried it on macOS El Capitan and got this (running in R.app with R >>>>> version 3.3.2 RC (2016-10-23 r71574): >>>>> >>>>>> setTimeLimit(elapsed=1) >>>>>> system.time({ Sys.sleep(10); message("done") }) >>>>> >>>>> Error in Sys.sleep(10) : reached elapsed time limit >>>>> Timing stopped at: 0.113 0.04...
2016 Oct 31
0
BUG?: On Linux setTimeLimit() fails to propagate timeout error when it occurs (works on Windows)
...s like a bug to me. Can anyone on macOS confirm whether this >>>>> is also a problem there or not? >>>>> >>>> >>>> >>>> Tried it on macOS El Capitan and got this (running in R.app with R >>>> version 3.3.2 RC (2016-10-23 r71574): >>>> >>>>> setTimeLimit(elapsed=1) >>>>> system.time({ Sys.sleep(10); message("done") }) >>>> >>>> Error in Sys.sleep(10) : reached elapsed time limit >>>> Timing stopped at: 0.113 0.042 10.038 >>>&gt...