Message-ID: <CABtg=Kkq1-63y18oRKGbgkvd3GMajVfZP8-8npTLmxytgcOzZg@mail.gmail.com>
Date: 2017-12-05T11:44:40Z
From: Gábor Csárdi
Subject: command line arguments are parsed differently on windows, from 3.4.3
I wonder if this is intended.
Thanks,
Gabor
C:\Users\rhub>"c:\Program Files\R\R-3.4.2\bin\R" -q -e "1 + 1"
> 1 + 1
[1] 2
>
>
C:\Users\rhub>"c:\Program Files\R\R-3.4.3\bin\R" -q -e "1 + 1"
'c:\PROGRA~1\R\R-34~1.3\bin\x64\R.exe" -q -e "1' is not recognized as an interna
l or external command,
operable program or batch file.
C:\Users\rhub>"c:\Program Files\R\R-devel\bin\R" -q -e "1 + 1"
'c:\PROGRA~1\R\R-devel\bin\x64\R.exe" -q -e "1' is not recognized as an internal
or external command,
operable program or batch file.
C:\Users\rhub>"c:\Program Files\R\R-3.4.3patched\bin\R" -q -e "1 + 1"
'c:\PROGRA~1\R\R-34~1.3PA\bin\x64\R.exe" -q -e "1' is not recognized as an inter
nal or external command,
operable program or batch file.
C:\Users\rhub>"c:\Program Files\R\R-devel\bin\R" -q -e "1+1"
> 1+1
[1] 2
>
>