Thanks, that did it.
On 4/27/07, Duncan Murdoch <[EMAIL PROTECTED]> wrote:
> On 4/27/2007 11:34 AM, Gabor Grothendieck wrote:
> > I noticed the following difference in parse(text = ...) between R
> > 2.4.1 and R 2.5.0.
> >
> > ===
> >
> >> parse(text = "\"^\" (x ,2 )")
> > expression(x^2)
> >> R.v
On 4/27/2007 12:55 PM, Duncan Murdoch wrote:
> On 4/27/2007 11:34 AM, Gabor Grothendieck wrote:
>> I noticed the following difference in parse(text = ...) between R
>> 2.4.1 and R 2.5.0.
>>
>> ===
>>
>>> parse(text = "\"^\" (x ,2 )")
>> expression(x^2)
>>> R.version.string
>> [1] "R version 2.4.1
On 4/27/2007 11:34 AM, Gabor Grothendieck wrote:
> I noticed the following difference in parse(text = ...) between R
> 2.4.1 and R 2.5.0.
>
> ===
>
>> parse(text = "\"^\" (x ,2 )")
> expression(x^2)
>> R.version.string
> [1] "R version 2.4.1 Patched (2006-12-30 r40331)"
>
>
>
>
>> parse(t