[Rd] expression paste broken in r-devel?

2009-12-10 Thread Hiroyuki Kawakatsu
Hi, The following expression() is silently ignored in r-devel (r50697): plot(1:10) text(5, 5, expression(paste("foo ", alpha))) Am I the only one having this problem? example(plotmath) runs but all constructs of the form expression(paste()) do not show up in the plots. h. -- +--- | Hiroyuki Ka

Re: [Rd] expression paste broken in r-devel?

2009-12-10 Thread Duncan Murdoch
On 10/12/2009 6:21 AM, Hiroyuki Kawakatsu wrote: Hi, The following expression() is silently ignored in r-devel (r50697): plot(1:10) text(5, 5, expression(paste("foo ", alpha))) Am I the only one having this problem? example(plotmath) runs but all constructs of the form expression(paste()) do n

Re: [Rd] expression paste broken in r-devel?

2009-12-10 Thread Hiroyuki Kawakatsu
On Thu, Dec 10, 2009, Duncan Murdoch wrote: > On 10/12/2009 6:21 AM, Hiroyuki Kawakatsu wrote: >> >> Hi, >> >> The following expression() is silently ignored in r-devel (r50697): >> >> plot(1:10) >> text(5, 5, expression(paste("foo ", alpha))) >> >> Am I the only one having this problem? example(pl