Displaying 2 results from an estimated 2 matches for "nudelman".
Did you mean:
fidelman
2024 May 20
1
Output pipes to TTY hang
...s/more to R 4.4.0 do not hang, but are not always the same as before either. These are the same:
> $ R/4.3.3/bin/Rscript -e 'con <- pipe("less --version", "r"); readLines(con); close(con)'
> [1] "less (GNU regular expressions)" "Copyright (C) Mark Nudelman" ...
> $ R/4.4.0/bin/Rscript -e 'con <- pipe("less --version", "r"); readLines(con); close(con)'
> [1] "less (GNU regular expressions)" "Copyright (C) Mark Nudelman" ...
But these are not (again, on both Linux and MacOS):
> $ R/4.3.3/...
2024 May 20
1
Output pipes to TTY hang
...o R 4.4.0 do not hang, but are not always the same as before either. These are the same:
>> $ R/4.3.3/bin/Rscript -e 'con <- pipe("less --version", "r"); readLines(con); close(con)'
>> [1] "less (GNU regular expressions)" "Copyright (C) Mark Nudelman" ...
>> $ R/4.4.0/bin/Rscript -e 'con <- pipe("less --version", "r"); readLines(con); close(con)'
>> [1] "less (GNU regular expressions)" "Copyright (C) Mark Nudelman" ...
> But these are not (again, on both Linux and MacOS):
&g...