Re: [Rd] regression bug with getParseData and/or parse in R-3.1.0

2014-06-12 Thread Karl Forner
Thank you Duncan. I confirm: R version 3.1.0 Patched (2014-06-11 r65921) -- "Spring Dance" > getParseData(parse(text = "{1}", keep.source = TRUE)) line1 col1 line2 col2 id parent token terminal text 7 11 13 7 0 exprFALSE 1 11 11 1 7

Re: [Rd] regression bug with getParseData and/or parse in R-3.1.0

2014-06-12 Thread Duncan Murdoch
On 12/06/2014, 7:37 AM, Karl Forner wrote: > Hi, > > With R-3.1.0 I get: >> getParseData(parse(text = "{1}", keep.source = TRUE)) > line1 col1 line2 col2 id parent token terminal text > 7 11 13 7 9 exprFALSE > 1 11 11 1 7 '{' TRU

[Rd] regression bug with getParseData and/or parse in R-3.1.0

2014-06-12 Thread Karl Forner
Hi, With R-3.1.0 I get: > getParseData(parse(text = "{1}", keep.source = TRUE)) line1 col1 line2 col2 id parent token terminal text 7 11 13 7 9 exprFALSE 1 11 11 1 7 '{' TRUE{ 2 12 12 2 3 NUM_CONST T