Re: [Rd] Bug 17432 in readLines with R >= 3.5.0 still a problem

2018-09-14 Thread Michael Lawrence
The actual bug corresponding to this thread is: https://bugs.r-project.org/bugzilla/show_bug.cgi?id=17470 On Fri, Sep 14, 2018 at 9:22 AM Jennifer Lyon wrote: > > Michael: > > I don't see any comments on Bug 17432 > (https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=17432) later than June > 1

Re: [Rd] Bug 17432 in readLines with R >= 3.5.0 still a problem

2018-09-14 Thread Jennifer Lyon
Michael: I don't see any comments on Bug 17432 ( https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=17432) later than June 1, 2018. Would you please supply a link pointing to the followup to this discussion on bugzilla? Thanks. Jen. > On Thu Sep 13 14:14:46 CEST 2018 Michael Lawrence wrote: >

Re: [Rd] Bug 17432 in readLines with R >= 3.5.0 still a problem

2018-09-13 Thread Michael Lawrence
Thanks, I responded to this on bugzilla. On Wed, Sep 12, 2018 at 9:04 AM Chris Culnane wrote: > > Bug 17432 (https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=17432) is > still a problem when using pipes for IPC. > > The bug is evident when calling R from another process and trying to > commu

[Rd] Bug 17432 in readLines with R >= 3.5.0 still a problem

2018-09-12 Thread Chris Culnane
Bug 17432 (https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=17432) is still a problem when using pipes for IPC. The bug is evident when calling R from another process and trying to communicate via StdIn. R will buffer the input and not read lines until the buffer is exceeded or StdIn is cl