1
R.exe, Rcmd.exe, Rscript.exe ve Rterm.exe: fark nedir?
Farklı R yürütülebilir dosyaları ile mücadele ediyorum. Bir toplu iş dosyasında komut satırını çalıştırırken R.exe (CMD BATCH seçeneği ile veya olmadan), Rcmd.exe, Rscript.exe ve Rterm.exe arasındaki fark tam olarak nedir? Ve arasındaki fark nedir: R.exe --no-environ --no-save < "c:\temp\R\test.R" > "c:\temp\R\out.txt" 2>&1 ve R.exe CMD BATCH --no-environ --no-save "c:\temp\R\test.R" "c:\temp\R\out.txt" …
112
r
executable
rgui
rterm