Re: [Rd] Problem with parseData

2018-10-02 Thread Barbara Lerner
Thanks!  Please let us know when it is in the released version of R. Barbara Tomas Kalibera wrote on 10/2/18 6:37 AM: > The fix is now in R-devel, 75386. I have not ported to R-patched, > because the fix breaks two packages which are working around this bug > (and to my knowledge without having

Re: [Rd] Problem with parseData

2018-10-02 Thread Tomas Kalibera
The fix is now in R-devel, 75386. I have not ported to R-patched, because the fix breaks two packages which are working around this bug (and to my knowledge without having reported it before). So thanks again for the report! Best Tomas On 08/16/2018 10:06 AM, Tomas Kalibera wrote: Dear Barba

Re: [Rd] Problem with parseData

2018-08-16 Thread Tomas Kalibera
Dear Barbara, thank you for the report. This is something to be fixed in R - I am now testing a patch that adds the extra node for the equality assignment expression. Best, Tomas On 07/30/2018 05:35 PM, Barbara Lerner wrote: Hi, I have run into a problem with parseData from the utils packa

[Rd] Problem with parseData

2018-07-30 Thread Barbara Lerner
Hi, I have run into a problem with parseData from the utils package.  When an assignment is done with = instead of <-, the information provided by parseData does not include an entry for the assignment. For this input, stored in file "BadPosition.R": y <- 5 foo = 7 And running this code: par