Duncan Murdoch wrote:
On 16/07/2009 5:06 PM, Hervé Pagès wrote:
Duncan Murdoch wrote:
On 7/16/2009 2:34 PM, Hervé Pagès wrote:
Duncan Murdoch wrote:
On 15/07/2009 10:15 PM, Hervé Pagès wrote:
I have to confess that I'm a little bit puzzled by how the
PROTECT/UNPROTECT mechanism is used in
On 16/07/2009 5:06 PM, Hervé Pagès wrote:
Duncan Murdoch wrote:
On 7/16/2009 2:34 PM, Hervé Pagès wrote:
Duncan Murdoch wrote:
On 15/07/2009 10:15 PM, Hervé Pagès wrote:
I have to confess that I'm a little bit puzzled by how the
PROTECT/UNPROTECT mechanism is used in the C code of R.
Duncan,
Duncan Murdoch wrote:
On 7/16/2009 2:34 PM, Hervé Pagès wrote:
Duncan Murdoch wrote:
On 15/07/2009 10:15 PM, Hervé Pagès wrote:
I have to confess that I'm a little bit puzzled by how the
PROTECT/UNPROTECT mechanism is used in the C code of R.
Duncan, you say the problem you just fixed was an e
On 7/16/2009 2:34 PM, Hervé Pagès wrote:
Duncan Murdoch wrote:
On 15/07/2009 10:15 PM, Hervé Pagès wrote:
I have to confess that I'm a little bit puzzled by how the
PROTECT/UNPROTECT mechanism is used in the C code of R.
Duncan, you say the problem you just fixed was an easy one.
I looked at th
Duncan Murdoch wrote:
On 15/07/2009 10:15 PM, Hervé Pagès wrote:
I have to confess that I'm a little bit puzzled by how the
PROTECT/UNPROTECT mechanism is used in the C code of R.
Duncan, you say the problem you just fixed was an easy one.
I looked at the C code too and was able to recognize a p
On 15/07/2009 10:15 PM, Hervé Pagès wrote:
I have to confess that I'm a little bit puzzled by how the
PROTECT/UNPROTECT mechanism is used in the C code of R.
Duncan, you say the problem you just fixed was an easy one.
I looked at the C code too and was able to recognize a pattern
that is indeed e
I have to confess that I'm a little bit puzzled by how the
PROTECT/UNPROTECT mechanism is used in the C code of R.
Duncan, you say the problem you just fixed was an easy one.
I looked at the C code too and was able to recognize a pattern
that is indeed easy to identify as problematic:
an unprot
On 15/07/2009 8:30 PM, murd...@stats.uwo.ca wrote:
> On 15/07/2009 8:08 PM, Hervé Pagès wrote:
>> Hi,
>>
>>> x <- c(a=10, b=20)
>>> length(x) <- 1
>>> x
>> a
>>10
>>
>> But with gctorture turned on, I get:
>>
>>> gctorture(TRUE)
>>> x <- c(a=10, b=20)
>>> length(x) <
murd...@stats.uwo.ca wrote:
On 15/07/2009 8:30 PM, murd...@stats.uwo.ca wrote:
On 15/07/2009 8:08 PM, Hervé Pagès wrote:
Hi,
> x <- c(a=10, b=20)
> length(x) <- 1
> x
a
10
But with gctorture turned on, I get:
> gctorture(TRUE)
> x <- c(a=10, b=20)
> length(x) <- 1
On 15/07/2009 8:08 PM, Hervé Pagès wrote:
> Hi,
>
>> x <- c(a=10, b=20)
>> length(x) <- 1
>> x
> a
>10
>
> But with gctorture turned on, I get:
>
>> gctorture(TRUE)
>> x <- c(a=10, b=20)
>> length(x) <- 1
>> x
> a
>"a" < ???
>
>> x <- c(a=1
10 matches
Mail list logo