Skip to content
Prev 387090 / 398502 Next

Error when calling (R 4.0.x on Windows) from Python

R/Rterm now has shell-independent ways to specify its standard input
file, --file=file.R, and environment variables, VAR=VALUE.  Should it
also have shell-independent arguments to specify files to contain
stdout and stderr or both?  Then its help message could omit the '>
output' (it can already leave out the '< infile').

The help message could then say that if those arguments are omitted
then Rterm uses stdin, stdout, and stderr.  Thus the user could come
up with the shell syntax if the user needed to use pipes or output
stream merging, etc.

-Bill
On Tue, Feb 2, 2021 at 5:49 AM Tomas Kalibera <tomas.kalibera at gmail.com> wrote: