Well...
On Thu, Jan 3, 2013 at 10:00 AM, ivo welch wrote:
>
> Dear R developers---I just spent half a day debugging an R program,
> which had two bugs---I selected the wrongly named variable, which
> turns out to have been a scalar, which then happily multiplied as if
> it was a matrix; and anoth
On 2013-01-04 12:00, r-devel-requ...@r-project.org wrote:
Message: 16 Date: Thu, 3 Jan 2013 22:52:44 + From: Ben Bolker
To: Subject: Re: [Rd]
Bounty on Error Checking Message-ID:
Content-Type: text/plain;
charset="us-ascii" ivo welch anderson.ucla.edu> writes:
>
>Dear R developers---I
On Fri, Jan 3, 2013, Bert Gunter wrote
Well...
On Thu, Jan 3, 2013 at 10:00 AM, ivo welch
anderson.ucla.edu> wrote:
Dear R developers---I just spent half a day debugging an R program,
which had two bugs---I selected the wrongly named variable, which
turns out to have been a scalar, which th
On 13-01-04 8:32 AM, Matthew Dowle wrote:
On Fri, Jan 3, 2013, Bert Gunter wrote
Well...
On Thu, Jan 3, 2013 at 10:00 AM, ivo welch
anderson.ucla.edu> wrote:
Dear R developers---I just spent half a day debugging an R program,
which had two bugs---I selected the wrongly named variable, which
On 04.01.2013 14:03, Duncan Murdoch wrote:
On 13-01-04 8:32 AM, Matthew Dowle wrote:
On Fri, Jan 3, 2013, Bert Gunter wrote
Well...
On Thu, Jan 3, 2013 at 10:00 AM, ivo welch
anderson.ucla.edu> wrote:
Dear R developers---I just spent half a day debugging an R
program,
which had two bugs-
On 04/01/2013 9:51 AM, Matthew Dowle wrote:
On 04.01.2013 14:03, Duncan Murdoch wrote:
> On 13-01-04 8:32 AM, Matthew Dowle wrote:
>>
>> On Fri, Jan 3, 2013, Bert Gunter wrote
>>> Well...
>>>
>>> On Thu, Jan 3, 2013 at 10:00 AM, ivo welch
>>> anderson.ucla.edu> wrote:
Dear R developers
On 13-01-04 07:48 AM, Laurent Gautier wrote:
> On 2013-01-04 12:00, r-devel-requ...@r-project.org wrote:
>> Message: 16 Date: Thu, 3 Jan 2013 22:52:44 + From: Ben Bolker
>> To: Subject: Re: [Rd]
>> Bounty on Error Checking Message-ID:
>> Content-Type: text/plain;
>> charset="us-ascii" ivo we
On 04.01.2013 14:56, Duncan Murdoch wrote:
On 04/01/2013 9:51 AM, Matthew Dowle wrote:
On 04.01.2013 14:03, Duncan Murdoch wrote:
> On 13-01-04 8:32 AM, Matthew Dowle wrote:
>>
>> On Fri, Jan 3, 2013, Bert Gunter wrote
>>> Well...
>>>
>>> On Thu, Jan 3, 2013 at 10:00 AM, ivo welch
>>> anderson.
On 04/01/2013 10:15 AM, Matthew Dowle wrote:
On 04.01.2013 14:56, Duncan Murdoch wrote:
> On 04/01/2013 9:51 AM, Matthew Dowle wrote:
>> On 04.01.2013 14:03, Duncan Murdoch wrote:
>> > On 13-01-04 8:32 AM, Matthew Dowle wrote:
>> >>
>> >> On Fri, Jan 3, 2013, Bert Gunter wrote
>> >>> Well...
>> >
On 04.01.2013 15:22, Duncan Murdoch wrote:
On 04/01/2013 10:15 AM, Matthew Dowle wrote:
On 04.01.2013 14:56, Duncan Murdoch wrote:
> On 04/01/2013 9:51 AM, Matthew Dowle wrote:
>> On 04.01.2013 14:03, Duncan Murdoch wrote:
>> > On 13-01-04 8:32 AM, Matthew Dowle wrote:
>> >>
>> >> On Fri, Jan 3,
gents---first, thanks a lot for paying some attention to my suggestion.
I always write programs with options(warn=2). but it doesn't cover
everything. In particular, my code is littered with hand tests that
the dimensions are correct and that variables are defined:
stopifnot(is.data.frame(d) &
One point that came up in the CRAN checks, that I should have made explicit:
The new version of "@<-" has to move from the "methods" package to "base".
Therefore you should not (and can not) explicitly import it from
"methods"--that will fail in the import phase of installation.
John
On 1/3/
On 04/01/2013 10:38 AM, Matthew Dowle wrote:
On 04.01.2013 15:22, Duncan Murdoch wrote:
> On 04/01/2013 10:15 AM, Matthew Dowle wrote:
>> On 04.01.2013 14:56, Duncan Murdoch wrote:
>> > On 04/01/2013 9:51 AM, Matthew Dowle wrote:
>> >> On 04.01.2013 14:03, Duncan Murdoch wrote:
>> >> > On 13-01-0
Just a follow-up: I decided to avoid backslashes in function
arguments, so the problem is now gone for me. But I believe the
possible bug is still in R; if anyone wants to reproduce the problem,
please check out this commit:
https://github.com/yihui/knitr/tree/bf793ca6
https://github.com/yihui/kni
14 matches
Mail list logo