Hello R-devel,
I have been trying to wrap my head around non-blocking connections and
have not been having them behave as advertised.
The issue I am having is that readLines() gets "stuck." If it reaches
the end of a stream once, it does not ever return any more data, even
when more is available
On 2023-06-05 9:27 a.m., Martin Maechler wrote:
Ben Bolker
on Sat, 3 Jun 2023 13:06:41 -0400 writes:
> format(c(1:2, NA)) gives the last value as "NA" rather than
> preserving it as NA, even if na.encode = FALSE (which does the
> 'expected' thing for character vectors, bu
> Achim Zeileis writes:
Thanks---Ivan's fix committed now with c84497.
Best
-k
> Apologies, I missed Ivan's fix to the problem (my day was too long...)
> which is, of course, better than mine.
> On Sat, 3 Jun 2023, Achim Zeileis wrote:
>> Thierry,
>>
>> thanks for this, this is a bug in
> Ben Bolker
> on Sat, 3 Jun 2023 13:06:41 -0400 writes:
> format(c(1:2, NA)) gives the last value as "NA" rather than
> preserving it as NA, even if na.encode = FALSE (which does the
> 'expected' thing for character vectors, but not numeric vectors).
> This was alr