Skip to content
Prev 387021 / 398502 Next

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

Note that in R-3.6.3 commandArgs() does not include the arguments
intended to be processed by the shell, "1>", "arguments.txt", etc.,
but in R-4.0.3 it does include them.  It is as though an R shell()
command was replaced by a system() command so cmd.exe didn't get a
chance to process the command line.

-Bill

On Wed, Jan 27, 2021 at 12:39 AM Martin Maechler
<maechler at stat.math.ethz.ch> wrote: