Displaying 4 results from an estimated 4 matches for "r70629".
Did you mean:
370629
2016 May 18
3
[patch] Error in reg-tests-1c.R (R-devel)
I get an error when running "make check" after building R-devel r70629
on Ubuntu 14.04. Here are the relevant lines in the file
"reg-tests-1c.Rout.fail":
> ## m1z uses match(x, *) with length(x) == 1 and failed in R 3.3.0
> ## PR#16909 - a consequence of the match() bug; check here too:
> dv <- data.frame(var?1 = 1:3, var?2 = 3); dv[,...
2016 May 18
2
[patch] Error in reg-tests-1c.R (R-devel)
On 18/05/16 13:50, Martin Maechler wrote:
>>>>>> Mikko Korpela <mikko.korpela at helsinki.fi>
>>>>>> on Wed, 18 May 2016 13:05:24 +0300 writes:
>
> > I get an error when running "make check" after building
> > R-devel r70629 on Ubuntu 14.04.
> > Here are the relevant
> > lines in the file "reg-tests-1c.Rout.fail":
>
> > > ## m1z uses match(x, *) with length(x) == 1 and failed in R 3.3.0
> > > ## PR#16909 - a consequence of the match() bug; check here...
2016 May 18
0
[patch] Error in reg-tests-1c.R (R-devel)
>>>>> Mikko Korpela <mikko.korpela at helsinki.fi>
>>>>> on Wed, 18 May 2016 13:05:24 +0300 writes:
> I get an error when running "make check" after building
> R-devel r70629 on Ubuntu 14.04.
> Here are the relevant
> lines in the file "reg-tests-1c.Rout.fail":
> > ## m1z uses match(x, *) with length(x) == 1 and failed in R 3.3.0
> > ## PR#16909 - a consequence of the match() bug; check here too:
> > dv &l...
2016 May 19
0
[patch] Error in reg-tests-1c.R (R-devel)
...Maechler wrote:
>>>>>>> Mikko Korpela <mikko.korpela at helsinki.fi> on Wed, 18
>>>>>>> May 2016 13:05:24 +0300 writes:
>>
>> > I get an error when running "make check" after building
>> > R-devel r70629 on Ubuntu 14.04. > Here are the
>> relevant > lines in the file "reg-tests-1c.Rout.fail":
>>
>> > > ## m1z uses match(x, *) with length(x) == 1 and
>> failed in R 3.3.0 > > ## PR#16909 - a consequence of the
>> match()...