Displaying 4 results from an estimated 4 matches for "b706".
Did you mean:
706
2010 Nov 01
3
Geany plugins out of sync
I'm intending to do some version control, hence looking for some
plugins. Geany and geany-plugins packages in Rpmforge seem to be out
of sync:
Name : geany-plugins
Arch : i386
Version : 0.18
Release : 1.el5.rf
Name : geany
Arch : i386
Version : 0.19.1
Release : 1.el5.rf
When both are installed, geany claims that plugins are not
2008 Jun 02
3
GiT and RSpec
>
> Message: 2
> Date: Thu, 29 May 2008 06:35:01 -0700
> From: David Chelimsky <dchelimsky at gmail.com>
> Subject: Re: [rspec-users] Coloured output in rspec 1.1.4
> To: rspec-users at rubyforge.org
> Message-ID: <175B70FE-B706-4C03-8B20-C5B207268AD6 at gmail.com>
> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes
>
> On May 29, 2008, at 6:32 AM, Juanma Cervera wrote:
>
>> David Chelimsky wrote:
>>>
>>> Actually - that is not from 1.1.4 - it''s a patch tha...
2020 Oct 20
1
sum() (and similar methods) should work for zero row data.frames
>>>>> mb706
>>>>> on Sun, 18 Oct 2020 22:14:55 +0200 writes:
>> From my side: it would be great if you (or R core) could prepare a patch, it would probably take me quite a bit longer than you since I don't have experience creating patches for R.
> Best, Martin
Basic...
2020 Oct 18
2
sum() (and similar methods) should work for zero row data.frames
...maries generally treat logicals as 0/1,
> wouldn't it be easiest just to extend the check inside Summary.data.frame
> with "&& !is.logical(x)"?
>
> > sum(as.matrix(a[FALSE,]))
> [1] 0
>
> -pd
>
> > On 17 Oct 2020, at 21:18 , Martin <rdev at mb706.com> wrote:
> >
> > The "Summary" group generics always throw errors for a data.frame with
> zero rows, for example:
> >> sum(data.frame(x = numeric(0)))
> > #> Error in FUN(X[[i]], ...) :
> > #> only defined on a data frame with all numeric...