search for: r77715

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

Did you mean: 077715
2020 Feb 08
4
Development version of R fails tests and is not installed
G'day all, I have daily scripts running to install the patched version of the current R version and the development version of R on my linux box (Ubuntu 18.04.4 LTS). The last development version that was successfully compiled and installed was "R Under development (unstable) (2020-01-25 r77715)" on 27 January. Since then the script always fails as a regression test seems to fail. Specifically, in the tests/ subdirectory of my build directory I have a file reg-tests-1d.Rout.fail which ends with: > ## more than half of the above were rounded *down* in R <= 3.6.x > ## Some...
2020 Feb 08
0
Development version of R fails tests and is not installed
The only observation I can make is that the change to round() was made in r77727 whereas your R-devel appears to be r77715 (so would not exhibit the fixed behaviour). My guess is that there was a perpetual installation failure after r77715 but that the test folder was still retrieved and used. On Sat, 8 Feb 2020 at 19:27, Berwin A Turlach <berwin.turlach at gmail.com> wrote: > > G'day all, > > I...
2020 Feb 08
1
round(x, dig) [was "Development version of R fails tests .."]
>>>>> Hugh Parsonage >>>>> on Sat, 8 Feb 2020 21:12:43 +1100 writes: > The only observation I can make is that the change to > round() was made in r77727 whereas your R-devel appears to > be r77715 (so would not exhibit the fixed behaviour). My > guess is that there was a perpetual installation failure > after r77715 but that the test folder was still retrieved > and used. > On Sat, 8 Feb 2020 at 19:27, Berwin A Turlach <berwin.turlach at gmail.com> wrote:...
2020 Feb 16
0
round(x, dig) [was "Development version of R fails tests .."]
...s?is?what?the?exact?result?should?be. ------------ >>>>>?Hugh?Parsonage >>>>>?????on?Sat,?8?Feb?2020?21:12:43?+1100?writes: ????>?The?only?observation?I?can?make?is?that?the?change?to ????>?round()?was?made?in?r77727?whereas?your?R-devel?appears?to ????>?be?r77715?(so?would?not?exhibit?the?fixed?behaviour).??My ????>?guess?is?that?there?was?a?perpetual?installation?failure ????>?after?r77715?but?that?the?test?folder?was?still?retrieved ????>?and?used. ????>?On?Sat,?8?Feb?2020?at?19:27,?Berwin?A?Turlach?<berwin.turlach?using?gmail.com>?wro...
2020 Feb 09
0
Development version of R fails tests and is not installed
...aily scripts running to install the patched version of the > current R version and the development version of R on my linux box > (Ubuntu 18.04.4 LTS). > > The last development version that was successfully compiled and > installed was "R Under development (unstable) (2020-01-25 r77715)" on > 27 January. Since then the script always fails as a regression test > seems to fail. Specifically, in the tests/ subdirectory of my build > directory I have a file reg-tests-1d.Rout.fail which ends with: > > > ## more than half of the above were rounded *down* in R &...